@charset "utf-8";
body{
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
}
.content img{
    max-width: 100%;
    height: auto !important;
}
h1,
.title-h1 {
    font-size: 36px;
    line-height: 1.3;
    margin-bottom: 25px;
    font-weight: 700;
}
h2,
.title-h2 {
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 25px;
    font-weight: 600;
}
h3,
.title-h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 500;
}
h4,
.title-h4 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 500;
}
h5,
.title-h5 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 500;
}
h6,
.title-h6 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 20px;
    font-weight: 500;
}

.heading{
    border-bottom: 1px solid #dadada;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
}
.heading:after{
    content:"";
    height: 4px;
    width: 70px;
    background: #D71635;
    position: absolute;
    left: 0;
    bottom: -2px;
}
.text-center.heading:after{
    left: calc(50% - 35px);
}

.section-description{
    color: #555;
    font-size: 19px;
    margin-bottom: 30px;
}

@media(max-width: 991px) {
    h1,
    .title-h1 {
        font-size: 32px;
    }
    h2,
    .title-h2 {
        font-size: 28px;
    }
    h3,
    .title-h3 {
        font-size: 22px;
    }
    h4,
    .title-h4 {
        font-size: 20px;
    }

    h5,
    .title-h5 {
        font-size: 18px;
    }
    h6,
    .title-h6 {
        font-size: 17px;
    }
}

@media(max-width: 767px) {
    h1,
    .title-h1 {
        font-size: 28px;
    }
    h2,
    .title-h2 {
        font-size: 25px;
    }
    h3,
    .title-h3 {
        font-size: 20px;
    }
    h4,
    .title-h4 {
        font-size: 19px;
    }

    h5,
    .title-h5 {
        font-size: 17px;
    }
    h6,
    .title-h6 {
        font-size: 16px;
    }
}

a {
    color: #999;
}

a:hover {
    color: #333;
}

a.invert {
    color: #333;
}

a.invert:hover {
    color: #999;
}

.btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 44px;
    text-decoration: none;
    cursor: pointer;
    padding: 0 30px 2px;
    border: none;
    border-radius: 5px;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    background: #D71635;
    text-transform: uppercase;
    text-align: center;
    transition: all 300ms ease-out;
}
.btn:hover {
    filter: brightness(115%);
    color: #fff;
}
.btn-transparent{
    background: transparent;
    border: 1px solid #D71635;
    color: #D71635;
}
.btn-transparent:hover{
    background: #D71635;
}
.btn-md{
    height: 48px;
}
.btn-lg{
    height: 55px;
    width: 250px;
    max-width: 100%;
}
.more-link{
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
    font-size: 15px;
}
.more-link:hover{
    text-decoration: none;
}
.black-bg{
    background: #666;
    color: #fff;
}
.gray-bg{
    background: #f1f1f1;
}

.container-min{
    width: 1200px;
    max-width: 100%;
    margin: auto;
}

.slick-arrows-top-section h2 {
    padding-right: 120px;
}
.slick-arrows-top{
    padding-top: 20px;
}
.slick-arrows-top .slick-next{
    right: 15px;
    top: -80px;
}
.slick-arrows-top .slick-prev{
    left: auto;
    right: 65px;
    top: -80px;
}

@media(max-width:767px){
    .slick-arrows-top-section h2{
        padding-right: 0;
    }
    .slick-arrows-top{
        padding-top: 60px;
    }
    .slick-arrows-top .slick-next{
        right: auto;
        top: 0;
        left: 60px;
    }
    .slick-arrows-top .slick-prev{
        left: 10px;
        right: auto;
        top: 0;
    }
}

/** Header **/
.header-top{
    background: #000;
    color: #fff;
    padding: 30px 0;
}
.header-top a{
    color: #fff;
}
.header-top a:hover{
    color: #D71635;
}
.header-top-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.header-logo-xs{
    display: none;
}
.header-logo{
    width: 220px;
    height: 100%;
    display: inline-flex;
    align-items: center;
}
.header-logo a{
    display: inline-block;
    max-height: 100%;
}
.header-logo img{
    max-height: 100%;
}
.header-contacts{
    width: calc(100% - 220px);
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.header-contacts .col{
    padding-left: 40px;
}
.header-contacts .item{
    display: flex;
    flex-wrap: wrap;
    max-width: 250px;
    font-size: 14px;
}
.header-contacts .item-icon{
    width: 22px;
    line-height: 1;
    position: relative;
    bottom: -1px;
}
.header-contacts .item-body{
    width: calc(100% - 22px);
    padding-left: 10px;
}
.header-contacts .item-phone{
    font-weight: 900;
    font-size: 15px;
}
.header-contacts .item-schedule .item-body:first-line{
    font-weight: 900;
}

.header-bottom{
    background: #666666;
    color: #fff;
}
.header-bottom-inner{
    height: 62px;
    padding: 10px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
@media(min-width: 768px){
    .header-bottom.fixed{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 600;
    }
    .header-bottom.fixed + .header-bottom-push{
        height: 62px;
    }
}

/* top-menu */
.top-menu{
    width: calc(100% - 180px);
    display: flex;
}
.top-menu > ul{
    display: flex;
    visibility: hidden;
    opacity: 0;
}
.top-menu.loaded > ul {
    visibility: visible;
    opacity: 1;
}
.top-menu > ul > li > a{
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    padding-right: 40px;
    white-space: nowrap;
}
.top-menu > ul > li > a:hover,
.top-menu > ul > li.down:hover > a,
.top-menu > ul > li.active > a{
    color: #000;
}
.top-menu > ul > li.down > a:after {
    content: "";
    display: inline-block;
    border-top: 6px solid #fff;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    vertical-align: middle;
    margin: -2px 0 0 8px;
    transition: all ease-out 300ms;
}
.top-menu > ul > li.down:hover > a:after,
.top-menu > ul > li.active > a:after{
    border-top-color: #000;
}
.top-menu > ul > li > a span{
    position: relative;
}
.top-menu > ul > li > a span:before{
    content: "";
    height: 2px;
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    background: #000;
    opacity: 0;
}
.top-menu > ul > li.active > a span:before{
    opacity: 1;
}

.top-menu li{
    position: relative;
}
.top-menu ul ul{
    position: absolute;
    top: calc(100% + 18px);
    left: 0;
    z-index: 200;
    display: none;
    width: 250px;
    background: #fff;
    border: 1px solid #eee;
    border-top: none;
}
.top-menu ul ul:before{
    content: "";
    height: 18px;
    position: absolute;
    top: -18px;
    left: 0;
    right: 0;
}
.top-menu li:hover > ul{
    display: block;
}
.top-menu ul ul li{
    margin-bottom: 5px;
}
.top-menu ul ul li + li{
    border-top: 1px solid #eee;
}
.top-menu ul ul a{
    display: block;
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    padding: 12px 10px 8px;
    position: relative;
    font-weight: 500;
}
.top-menu ul ul li.active > a,
.top-menu ul ul li a:hover{
    color: #D71635;
}

.top-menu > ul.top-menu-more-list {
    display: none;
}
.top-menu > ul.top-menu-more-list.active {
    display: block;
}
.top-menu-more-list > li:first-of-type {
    width: 40px;
    height: 100%;
}
.top-menu-more-list > li > span {
    display: block;
    width: 40px;
    height: 100%;
    cursor: pointer;
    background: url(../images/burger.svg) 50% 50% no-repeat;
}
.top-menu-more-list > li > ul {
    left: auto;
    right: 0;
}
.top-menu ul ul ul{
    left: 100%;
    top: -1px;
    border-top: 1px solid #eee;
}
.top-menu ul ul ul:before{
    display: none;
}
.top-menu li.down > a {
    position: relative;
}
.top-menu ul ul li.down > a:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    transform: rotate(-45deg);
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    position: absolute;
    right: 10px;
    top: calc(50% - 1px);
}
/* /. top-menu */

.header-bottom-bar{
    width: 180px;
    padding-left: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.header .search_btn-wrap{
    margin-right: 18px;
    line-height: 1;
}
.header .search_btn{
    position: relative;
    bottom: -1px;
    cursor: pointer;
}
.header .search_btn path{
    transition: all ease-out 300ms;
}
.header .search_btn:hover path{
    stroke: #000;
}
.social-nav a {
    position: relative;
    width: 33px;
    height: 33px;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms ease;
    background: #000;
}
.social-nav a + a{
    margin-left: 3px;
}
.social-nav a span {
    overflow: hidden;
    text-indent: -99999px;
}
.social-nav .whatsapp-btn:hover{
    background-color: #2CC54E;
}
.social-nav .telegram-btn:hover{
    background-color: #0D83BE;
}

/* header search */
.header-search {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: #666666;
    align-items: center;
    justify-content: space-between;
    padding-right: 50px;
}
.header-search.active {
    display: flex;
}
.header-search form {
    width: 100%;
    position: relative;
}
.header-search input[type="text"] {
    width: 100%;
    height: 42px;
    line-height: 42px;
    background: #eee;
    border: 1px solid #eee;
    padding: 0 100px 0 15px;
    color: #000;
    font-size: 14px;
}
.header-search input[type="text"]::-moz-placeholder {
    color: #1C2E36;
    opacity: 1;
}
.header-search input[type="text"]:-ms-input-placeholder {
    color: #1C2E36;
}
.header-search input[type="text"]::-webkit-input-placeholder {
    color: #1C2E36;
}
.header-search input[type="submit"] {
    position: absolute;
    right: -2px;
    top: 0;
    height: 42px;
    line-height: 42px;
    padding: 0 20px;
    background: #000;
    border: 1px solid #000;
    text-transform: uppercase;
    font-size: 13px;
    transition: all ease-out 300ms;
    color: #fff;
}
.header-search input[type="submit"]:hover {
    background: #2A2A2A;
    border-color: #2A2A2A;
    color: #fff;
}
.header-search-close {
    position: absolute;
    right: 10px;
    top: calc(50% - 10px);
    cursor: pointer;
}
.header-search-close svg path {
    transition: all ease-out 300ms;
    fill: #000;
}
.header-search-close:hover svg path {
    fill: #FFF;
}
/* /. header search */

@media(max-width:991px){
    .header-top{
        padding: 15px 0 5px;
    }
    .header-top-inner{
        align-items: flex-start;
    }
    .header-contacts{
        padding-left: 30px;
    }
    .header-contacts .col{
        padding-left: 20px;
        width: 220px;
        margin-bottom: 10px;
    }
    .header-contacts .item{
        max-width: 100%;
        font-size: 13px;
        line-height: 1.3;
    }
    .header .item-phone{
        font-size: 16px;
    }
    .header-contacts .item-body{
        padding-left: 7px;
    }
    .header-contacts .item-icon{
        bottom: 1px;
    }
}
@media(max-width:767px){
    .header{
        padding-top: 62px;
    }
    .header-top{
        display: none;
    }
    .header-bottom{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 600;
    }
    .header-logo,
    .top-menu{
        display: none;
    }
    .header-logo-xs{
        display: block;
        width: 220px;
    }
    .header-contacts{
        width: 100%;
        padding-left: 0;
    }
    .header-contacts .col{
        width: 100%;
        padding: 0;
        margin-bottom: 25px;
        color: #fff;
    }
    .header-bottom-bar{
        width: calc(100% - 220px);
    }
    .mobile-menu-content{
        padding: 25px 25px 70px;
    }
    .header-contacts .item{
        font-size: 14px;
    }
    .header-contacts .item-phone a{
        font-size: 16px;
        color: #fff;
    }
}
@media(max-width: 499px){
    .header-logo-xs{
        width: 120px;
    }
    .header-bottom-bar {
        width: calc(100% - 120px);
        padding-left: 15px;
    }
    .header-search input[type="text"] {
        height: 36px;
        line-height: 36px;
        padding: 0 80px 0 10px;
        font-size: 12px;
    }
    .header-search input[type="submit"] {
        height: 36px;
        line-height: 36px;
        padding: 0 15px;
        font-size: 12px;
    }
}
/** /. Header **/

/* top slider */
.top-slider .item{
    display: block;
}
.top-slider > div:not(:first-of-type){
    display: none;
}
.top-slider .item img{
    width: 100%;
}
.top-slider .slick-prev:after,
.top-slider .slick-next:after{
    display: none;
}
.top-slider .slick-prev{
    background: url(../images/left-arrow.svg);
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    left: 15px;
}
.top-slider .slick-prev:hover{
    transform: translateX(-5px);
}

.top-slider .slick-next{
    background: url(../images/right-arrow.svg);
    width: 60px;
    height: 60px;
    top: calc(50% - 30px);
    right: 15px;
}
.top-slider .slick-next:hover{
    transform: translateX(5px);
}
.top-slider .slick-dots{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    margin-top: 0;
}
@media(max-width: 991px){
    .top-slider .slick-dots{
        bottom: 15px;
    }
}
/* /. top slider */

/* features-type1 */
.features-type1{
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
}
.features-type1 .col{
    width: 33.3333%;
}
.features-type1.items-1 .col{
    width: 100%;
}
.features-type1.items-2 .col{
    width: 50%;
}

.features-type1 .item{
    height: 100%;
    padding: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background: #666;
    min-height: 340px;
}
.features-type1 .col:nth-child(2) .item{
    background: #EA4648;
}
.features-type1.items-3 .col:nth-child(2) .item{
    margin-top: -60px;
}
.features-type1 .item-text{
    line-height: 1.4;
    font-size: 15px;
}
.features-type1 .item-title{
    margin-bottom: 7px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 500;
}

@media(max-width: 1199px) and (min-width: 768px){
    .features-type1 .item{
        padding: 2vw;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        background: #4B4747;
        min-height: 28vw;
    }
    .features-type1 .item-title{
        font-size: 1.83vw;
    }
    .features-type1 .item-text{
        font-size: 1.25vw;
    }
}
@media(max-width: 767px){
    .features-type1{
        padding-top: 0;
    }
    .features-type1 .col,
    .features-type1.items-2 .col{
        width: 100%;
    }
    .features-type1 .item{
        min-height: 240px;
        height: auto;
    }
    .features-type1.items-3 .col:nth-child(2) .item{
        margin-top: 0;
    }
}
@media(max-width: 399px){
    .features-type1 .item{
        padding: 20px;
    }
    .features-type1 .item-title{
        font-size: 18px;
    }
    .features-type1 .item-text{
        font-size: 13px;
    }
}
/* /. features-type1 */

/* about-section-columns */
.about-section-columns{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.about-section-columns .col{
    padding-left: 15px;
    padding-right: 15px;
}
.about-section-columns .col1{
    width: 58%;
}
.about-section-columns .col2{
    width: 42%;
}

.features-type2{
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.features-type2 .col{
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.features-type2 .item{
    display: flex;
    flex-wrap: wrap;
}
.features-type2 .item-icon{
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EAEAEA;
    border-radius: 3px;
}
.features-type2 .item-body{
    width: calc(100% - 64px);
    padding-left: 16px;
    line-height: 1.3;
    font-size: 15px;
}
.features-type2 .item-title{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

@media(max-width: 1199px){
    .about-section-columns .col1{
        width: 55%;
    }
    .about-section-columns .col2{
        width: 45%;
    }
    .features-type2{
        padding-top: 10px;
    }
    .features-type2 .col{
        width: 100%;
        margin-bottom: 20px;
    }
    .features-type2 .item{
        align-items: center;
    }
    .features-type2 .item-title{
        margin-bottom: 5px;
    }
}

@media(max-width: 991px){
    .content{
        font-size: 14px;
    }
}

@media(max-width: 767px){
    .about-section-columns .col1{
        width: 100%;
        margin-bottom: 30px;
    }
    .about-section-columns .col2{
        width: 100%;
    }
}

@media(max-width: 399px){
    .features-type2 .item-body{
        font-size: 13px;
    }
    .features-type2 .item-title{
        font-size: 14px;
    }
}
/* /. about-section-columns */

/* tabs */
.boxes{
    width: 100%;
    overflow: hidden;
}
.box{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    opacity: 0;
    z-index: -10;
}
.box.visible{
    position: relative;
    z-index: 1;
    opacity: 1;
}
/* /. tabs */

/* catalog section */
.catalog-section .tabs{
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0 40px;
    text-align: center;
    justify-content: center;
    margin-left: -12px;
    margin-right: -12px;
}
.catalog-section .tabs li{
    margin: 0 12px 13px;
    font-size: 17px;
    position: relative;
    cursor: pointer;
    transition: all ease-out 300ms;
    font-weight: 500;
}
.catalog-section .tabs li:after{
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    bottom: -3px;
    height: 1px;
    width: 0;
    background: #fff;
    transition: all ease-out 300ms;
}
.catalog-section .tabs li.current,
.catalog-section .tabs li:hover{
    color: #000;
}
.catalog-section .tabs li:hover:after,
.catalog-section .tabs li.current:after{
    width: 100%;
    left: 0;
    right: 0;
}

.catalog-min{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.catalog-min .col{
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.catalog-min .item{
    height: 100%;
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 5px;
}
.catalog-min .item-body{
  background: rgba(102, 102, 102, 0.75);
  position: absolute;
  opacity: 0;
  top: auto;
  left: 0;
  bottom: -100%;
  height: 100%;
  width: 100%;
  color: #fff;
  transition: all ease-out 300ms;
}
.catalog-min .item-body-inner {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  text-align: left;
  transform: translateY(100%);
  transition: all ease-out 300ms;
}
.catalog-min .item:hover .item-body{
  opacity: 1;
  bottom: 0;
}
.catalog-min .item-body:hover .item-body-inner{
  transform: translateY(0);
}
.catalog-min .item-title{
    font-size: 15px;
    line-height: 1.4;
}

@media(max-width: 1099px){
    .catalog-min{
        margin-left: -8px;
        margin-right: -8px;
    }
    .catalog-min .col{
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 16px;
    }
    .catalog-min .item-title{
        font-size: 13px;
    }
}
@media(max-width: 991px){
    .catalog-min-wrapper{
        width: 750px;
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .catalog-min .col{
        width: 50%;
    }
    .catalog-section .tabs li{
        font-size: 16px;
    }
}
@media(max-width: 767px){
    .catalog-section .tabs li{
        font-size: 14px;
    }
}
@media(max-width: 499px){
    .catalog-section .tabs li{
        font-size: 13px;
    }
    .catalog-min .item-body-inner{
        padding: 10px;
    }
    .catalog-min .item-title{
        font-size: 12px;
    }
}
@media(max-width: 399px){
    .catalog-min .col{
        width: 100%;
    }
}
/* /. catalog section */

/* numbers section */
.numbers-block{
    background: url(../images/num-bg.webp) 50% no-repeat;
    min-height: 400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 40px;
    margin-left: -8px;
    margin-right: -8px;
}
.numbers-block .col{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding-left: 8px;
    padding-right: 8px;
}
.numbers-block .col:nth-child(2n){
    justify-content: flex-end;
}
.numbers-block .item{
    width: 240px;
    max-width: 100%;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 30px;
}
.numbers-block .item-icon{
    margin-bottom: 7px;
}
.numbers-block .item-num{
    font-size: 48px;
    line-height: 1;
    margin-bottom: 7px;
    font-weight: 500;
}
@media(max-width: 991px){
    .numbers-block{
        background-size: 45%;
    }
}
@media(max-width: 767px){
    .numbers-block{
        background-size: 60%;
    }
    .numbers-block .item-num{
        font-size: 6vw;
    }
    .numbers-block .item{
        font-size: 14px;
    }
}
@media(max-width: 599px){
    .numbers-block{
        background: #fff;
        min-height: 1px;
    }
    .numbers-block .item-num{
        font-size: 8vw;
    }
}
@media(max-width: 499px){
    .numbers-block .item{
        font-size: 12px;
    }
}
/* /. numbers section */

/* why-section */
.why-items{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.why-items .col{
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.why-items .item{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.why-items .item-img{
    overflow: hidden;
    border-radius: 5px;
}
.why-items .item-img img{
    width: 100%;
    transition: all ease-out 600ms;
}
.why-items .item-body{
    padding-top: 20px;
}
.why-items .item-title a{
    color: #333333;
    font-size: 24px;
    display: inline-block;  
    line-height: 1.2;
    margin-bottom: 20px;
}
.why-items .item-text{
    margin-bottom: 25px;
    line-height: 1.4;
}
.why-items .item:hover .item-img img{
    transform: scale(1.1);
}
.why-items .item:hover .item-title a{
    color: #D71635;
}
.why-items-carousel > div:not(:first-of-type){
    display: none;
}
/*.why-items-carousel .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.why-items-carousel .slick-slide {
    height: inherit;
}
.why-items-carousel .slick-slide>div {
    height: 100%;
}*/
@media(max-width: 1499px){
    .why-items{
        margin-left: -8px;
        margin-right: -8px;
    }
    .why-items .col{
        padding-left: 8px;
        padding-right: 8px;
    }
    .why-items .item-title a{
        font-size: 1.95vw;
        margin-bottom: 1.62vw;
    }
    .why-items .item-text{
        margin-bottom: 2vw;
        font-size: 14px;
    }
    .why-items .item-body{
        padding-top: 1.62vw;
    }
}
@media(max-width: 991px){
    .why-items .item-title a{
        font-size: 2.2vw;
    }
    .why-items .item-text{
        font-size: 13px;
    }
}
@media(max-width: 767px){
    .why-items .col{
        width: 50%;
    }
    .why-items .item-body{
        padding-top: 3vw;
    }
    .why-items .item-title a{
        font-size: 3vw;
        margin-bottom: 3vw;
    }
    .why-items .item-text{
        font-size: 14px;
        margin-bottom: 3vw;
    }
}
@media(max-width: 699px){
    .why-items .item-title a{
        font-size: 3.5vw;
    }
    .why-items .item-text{
        font-size: 13px;
    }
}
@media(max-width: 599px){
    .why-items .col{
        width: 100%;
    }
    .why-items .item-body{
        padding-top: 5vw;
    }
    .why-items .item-title a{
        font-size: 6vw;
        margin-bottom: 5vw;
    }
    .why-items .item-text{
        font-size: 14px;
        margin-bottom: 5vw;
    }
}
@media(max-width: 499px){
    .why-items .item-text{
        font-size: 13px;
    }
}
/* /. why-section */

/* Reviews */
.reviews{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.reviews .col{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
    width: 50%;
}
.reviews .item{
    padding: 25px;
    background: #f1f1f1;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    border-radius: 5px;
}
.reviews .item-img{
    width: 150px;
    position: relative;
}
.reviews .item-img img{
    width: 100%;
    border-radius: 3px;
}
.reviews .item-right{
    width: calc(100% - 150px);
    padding-left: 25px;
    font-size: 14px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.reviews .item-body{
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.reviews .item-footer .btn{
    margin: 30px 0 0;
}
.reviews .item-date,
.reviews-modal .item-date{
    color: #999;
    margin-bottom: 15px;
    font-size: 13px;
}
.reviews .item-title,
.reviews-modal .item-title{
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 5px;
}
.reviews .item-subtitle,
.reviews-modal .item-subtitle{
    font-weight: 500;
    color: #808080;
}
.reviews .item-body,
.reviews-modal .item-body{
    padding-top: 10px;
}
.reviews-carousel > div:not(:first-of-type){
    display: none;
}
.reviews-carousel .slick-list{
    padding: 7px 0;
}
.reviews-carousel .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.reviews-carousel .slick-slide {
    height: inherit;
}
.reviews-carousel .slick-slide>div {
    height: 100%;
}
.fancybox_modal .reviews .item{
    box-shadow: none;
    padding: 0;
    display: block;
    background-color: transparent;
}
.fancybox_modal .reviews .item-img{
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}
.reviews-on-page{
    margin-left: 0;
    margin-right: 0;
}
.reviews .item-body p:last-of-type{
    margin-bottom: 0;
}
.fancybox_modal .reviews{
    margin-left: 0;
    margin-right: 0;
}
@media(max-width: 1299px){
    .reviews{
        margin-left: -10px;
        margin-right: -10px;
    }
    .reviews .col {
        padding-left: 10px;
        padding-right: 10px;
    }
    .reviews .item {
        padding: 30px 20px;
    }
}
@media(max-width: 1199px){
    .reviews .item-img {
        width: 150px;
    }
    .reviews .item-right{
        width: calc(100% - 150px);
        padding-left: 20px;
    }
    .reviews .item {
        padding: 30px 20px;
    }
}
@media(max-width:991px){
    .reviews .col{
        width: 100%;
    }
}
@media(max-width:499px){
    .reviews .item-img{
        margin-bottom: 15px;
        width: 100%;
    }
    .reviews .item-right{
        width: 100%;
        padding-left: 0;
        height: auto;
    }
    .reviews .item {
        padding: 20px;
    }
}

@media(min-width:992px){
    .reviews-on-page .item-img{
        width: 400px;
    }
    .reviews-on-page .item-right{
        width: calc(100% - 400px);
    }
    .reviews-on-page .item-body{
        font-size: 18px;
    }
    .reviews-on-page .item-title{
        font-size: 24px;
    }
    .reviews-on-page .item-subtitle{
        font-size: 18px;
    }
}
/* /. Reviews */

/* parallax-section */
.parallax-section{
    background-attachment: fixed;
    background-size: cover;
    background-position: 0 0;
    background-color: #999;
}
.parallax-section-inner{
    min-height: 370px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    line-height: 1.4;
}
.parallax-section-inner .bigger{
    font-size: 130%;
}
/* /. parallax-section */

/* news-section */
.news-items{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.news-items .col{
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.news-items .item{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.news-items .item-img{
    overflow: hidden;
    border-radius: 5px;
}
.news-items .item-img img{
    width: 100%;
    transition: all ease-out 600ms;
}
.news-items .item-body{
    padding-top: 20px;
}
.news-items .item-date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5px;
    color: #6A6A6A;
    font-size: 14px;
}
.news-items .item-date .item-icon{
    width: 20px;
    line-height: 1;
    opacity: 0.7;
}
.news-items .item-date .item-value{
    width: calc(100% - 20px);
    padding-left: 7px;
}
.news-items .item-title a{
    color: #333333;
    font-size: 24px;
    display: inline-block;  
    line-height: 1.2;
    margin-bottom: 20px;
}
.news-items .item-text{
    margin-bottom: 15px;
    line-height: 1.4;
}
.news-items .item:hover .item-img img{
    transform: scale(1.1);
}
.news-items .item:hover .item-title a{
    color: #D71635;
}
.news-items-carousel > div:not(:first-of-type){
    display: none;
}

@media(max-width: 1499px){
    .news-items{
        margin-left: -8px;
        margin-right: -8px;
    }
    .news-items .col{
        padding-left: 8px;
        padding-right: 8px;
    }
    .news-items .item-title a{
        font-size: 1.95vw;
        margin-bottom: 1.62vw;
    }
    .news-items .item-text{
        margin-bottom: 1.5vw;
        font-size: 14px;
    }
    .news-items .item-body{
        padding-top: 1.62vw;
    }
}
@media(max-width: 991px){
    .news-items .item-title a{
        font-size: 2.2vw;
    }
    .news-items .item-text{
        font-size: 13px;
    }
}
@media(max-width: 767px){
    .news-items .col{
        width: 50%;
    }
    .news-items .item-body{
        padding-top: 3vw;
    }
    .news-items .item-title a{
        font-size: 3vw;
        margin-bottom: 3vw;
    }
    .news-items .item-text{
        font-size: 14px;
        margin-bottom: 2vw;
    }
}
@media(max-width: 699px){
    .news-items .item-title a{
        font-size: 3.5vw;
    }
    .news-items .item-text{
        font-size: 13px;
    }
}
@media(max-width: 599px){
    .news-items .col{
        width: 100%;
    }
    .news-items .item-body{
        padding-top: 5vw;
    }
    .news-items .item-title a{
        font-size: 6vw;
        margin-bottom: 5vw;
    }
    .news-items .item-text{
        font-size: 14px;
        margin-bottom: 3.5vw;
    }
}
@media(max-width: 499px){
    .news-items .item-text{
        font-size: 13px;
    }
}
/* /. news-section */

/* application-section */
.application-section-columns{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.application-section-columns .col{
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
}
.form-row{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.form-row .form-group{
    width: calc(50% - 8px);
}
.application-section-columns .col2 .content{
    height: 100%;
    display: flex;
    flex-direction: column;
}

@media(max-width: 991px){
    .application-section-columns .col{
        width: 100%;
    }
    .application-section-columns .col1{
        order: 2;
    }
    .application-section-columns .col2{
        order: 1;
        margin-bottom: 40px;
    }
}
@media(max-width: 499px){
    .form-row .form-group{
        width: 100%;
    }
}
/* /. application-section */

/* footer */
.footer {
    background: #121416;
    color: #fff;
}
.footer a{
    color: #fff;
}
.footer a:hover{
    color: #D71635;
}
.footer-bottom{
    background: #000;
    padding: 20px 0;
    font-size: 14px;
}
.footer-top{
    padding: 60px 0 30px;
}
.footer-top-inner{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.footer-top-inner .col{
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.footer-top-inner .heading{
    display: block;
}
.footer-logo{
    margin-bottom: 25px;
}
.footer-text{
    font-size: 15px;
    opacity: 0.8;
    margin-bottom: 25px;
}
.footer .social-nav a{
    background: transparent;
    border: 1px solid #9C9D9E;
}
.footer .social-nav .telegram-btn:hover {
    background-color: #0D83BE;
    border-color: #0D83BE;
    color: #fff;
}
.footer .social-nav .whatsapp-btn:hover {
    background-color: #2CC54E;
    border-color: #2CC54E;
    color: #fff;
}
.footer-nav > ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-nav > ul > li{
    margin-bottom: 15px;
    line-height: 1.3;
    width: calc(50% - 15px);
}
.footer-nav a{
    color: #fff;
    padding-left: 18px;
    position: relative;
    display: inline-block;
}
.footer-nav a:before{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    top: 6px;
    left: 0;
    transform: rotate(45deg);
}
.footer-contacts .item + .item{
    margin-top: 20px;
}
.footer-contacts .item{
    display: flex;
    flex-wrap: wrap;
    opacity: 0.8;
}
.footer-contacts .item-icon{
    line-height: 1;
    width: 25px;
    position: relative;
    bottom: -3px;
}
.footer-contacts .item-phone .item-icon{
    bottom: -1px;
}
.footer-contacts .item-value{
    width: calc(100% - 25px);
    padding-left: 7px;
    font-size: 15px;
}
.footer-contacts{
    background: url(../images/footer-map-bg.png) left 50% bottom 0 no-repeat;
    padding-bottom: 100px;
}
@media(max-width: 1229px){
    .footer-nav > ul > li{
        width: 100%;
    }
}
@media(max-width: 767px){
    .footer-top-inner .col{
        width: 100%;
    }
    .footer-top-inner .heading{
        border-color: rgba(255,255,255,.2);
    }
    .footer-top{
        padding-bottom: 0;
    }
    .footer-top-inner .col:last-child{
        margin-bottom: 0;
    }
    .footer-contacts{
        background-position: left 50% bottom 20px;
        padding-bottom: 60px;
    }
}
/* /. footer */

/* Breadcrumbs */
.breadcrumb{
    margin: 35px 0;
    font-size: 15px;
}
.breadcrumb > li {
    display: inline;
    color: #000;
    white-space: nowrap;
}
.breadcrumb > li > a{
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}
.breadcrumb > li > a:after {
    content: '';
    display: inline-block;
    background: url(../images/breadcrumb-arrow.svg) 0 0 no-repeat;
    margin-left: 4px;
    margin-right: 0px;
    width: 20px;
    height: 17px;
}
.breadcrumb > li > a:hover{
    color: #000;
}
.breadcrumb span,
.breadcrumb a{
    display: inline-block;
}
.breadcrumb span:first-letter,
.breadcrumb a:first-letter{
    text-transform: capitalize;
}
@media(max-width: 991px){
    .breadcrumb{
        display: flex;
        overflow: auto;
        margin-bottom: 25px;
    }
}
/* /. Breadcrumbs */

/* catalog categories */
.catalog-categories{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.catalog-categories .col{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px;
    width: 33.3333%;
}
.catalog-categories .item{
    display: block;
    height: 100%;
    background: #fff;
    text-align: center;
    color: #333;
}
.catalog-categories .item-img{
    margin-bottom: 20px;
    overflow: hidden;
}
.catalog-categories .item-img img{
    width: 100%;
    transition: all ease-out 600ms;
}
.catalog-categories .item-img:hover img{
    transform: scale(1.1);
}
.catalog-categories .item-title{
    font-weight: 700;
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
}
.catalog-categories .item:hover{
    color: #D71635;
}

@media(max-width:1399px){
    .catalog-categories {
        margin-left: -10px;
        margin-right: -10px;
    }
    .catalog-categories .col{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 40px;
    }
}

@media(max-width:1199px){
    .catalog-categories .item-img{
        margin-bottom: 15px;
    }
}
@media(max-width:991px){
    .catalog-categories .col{
        width: 50%;
    }
}

@media(max-width:767px) {
    .catalog-categories {
        margin-left: -5px;
        margin-right: -5px;
    }
    .catalog-categories .col {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 30px;
    }
    .catalog-categories .item-title {
        font-size: 2.2vw;
    }
}

@media(max-width:599px) {
    .catalog-categories .col {
        width: 100%;
    }
    .catalog-categories .item-title {
        font-size: 4.5vw;
        font-weight: 600;
    }
}
/* /. catalog categories */


/* category page */
.page-columns{
    display: flex;
    flex-wrap: wrap;
}
.page-columns .aside{
    width: 300px;
}
.page-columns .main-column{
    width: calc(100% - 300px);
    padding-left: 40px;
}
.catalog{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.catalog .col{
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 60px;
    width: 33.3333%;
}
.catalog.cols4 .col{
    width: 25%;
}
.catalog .item{
    display: block;
    height: 100%;
    background: #fff;
    text-align: center;
    color: #333;
}
.catalog .item-img{
    margin-bottom: 20px;
    overflow: hidden;
}
.catalog .item-img img{
    width: 100%;
    transition: all ease-out 600ms;
}
.catalog .item-img:hover img{
    transform: scale(1.1);
}
.catalog .item-title{
    font-size: 14px;
    line-height: 1.5;
    padding-left: 10px;
    padding-right: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.catalog .item:hover{
    color: #D71635;
}

.catalog-carousel{
    display: block;
}
.catalog-carousel > div:not(:first-of-type){
    display: none;
}

@media(min-width:992px){
    .catalog .col{
        width: 50%;
    }
}

@media(max-width:1399px){
    .catalog {
        margin-left: -10px;
        margin-right: -10px;
    }
    .catalog .col{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 40px;
    }
}

@media(min-width:1230px){
    .catalog .col {
        width: 33.3333%;
    }
}
@media(max-width:1299px){
    .page-columns .aside{
        width: 270px;
    }
    .page-columns .main-column{
        width: calc(100% - 270px);
        padding-left: 30px;
    }
}
@media(max-width:1199px){
    .catalog .item-img{
        margin-bottom: 15px;
    }
}
@media(max-width:1099px){
    .page-columns .aside{
        width: 250px;
    }
    .page-columns .main-column{
        width: calc(100% - 250px);
        padding-left: 20px;
    }
}
@media(max-width:991px){
    .page-columns .main-column {
        width: 100%;
        padding-left: 0;
    }
    .catalog .col{
        width: 50%;
    }
    .catalog.cols4 .col{
        width: 33.3333%;
    }
}

@media(max-width:767px) {
    .catalog {
        margin-left: -5px;
        margin-right: -5px;
    }
    .catalog .col {
        padding-left: 5px;
        padding-right: 5px;
        margin-bottom: 30px;
    }
    .catalog .item-title {
        font-size: 2.2vw;
    }
    .catalog.cols4 .col{
        width: 50%;
    }
}

@media(max-width:599px) {
    .catalog .col {
        width: 100%;
    }
    .catalog.cols4 .col{
        width: 100%;
    }
    .catalog .item-title {
        font-size: 4.5vw;
        font-weight: 600;
    }
}

.aside-menu-title{
    background: #D71635;
    padding: 20px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
}
.aside-menu ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.aside-menu{
    transition: all 200ms ease;
}
.aside-menu a{
    display: block;
    text-decoration: none !important;
    color: #171717;
    padding: 18px 42px 18px 20px;
    font-size: 18px;
    background: #ffffff;
    line-height: 1.3;
    font-weight: 500;
    
}
.aside-menu>ul>li > a{
    border-bottom: 1px solid #ccc;
}
.aside-menu>ul>li:last-of-type>a{
    border-bottom: none;
}
.aside-menu ul ul a{
    border-top: none;
}
.aside-menu li:hover>a,
.aside-menu .active>a{
    color: #D71635 !important;
}
.aside-menu .open>a{
    color: #D71635 !important;
}
.aside-menu ul ul>li:hover>a:before,
.aside-menu ul ul>li.open>a:before,
.aside-menu ul ul>li.active>a:before{
    background: #D71635;
}
.aside-menu>ul ul{
    display: none;
    padding: 20px 0 0 20px;
    background: #fff;
}
.aside-menu>ul>li.active>ul{
    padding-top: 15px;
}
.aside-menu .active>ul{
    display: block;
}
.aside-menu>ul li {
    position: relative;
}
.aside-menu .dropdown-button{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 59px;
    width: 38px;
    z-index: 10;
    cursor: pointer;
}
.aside-menu .dropdown-button:before{
    content: "";
    display: block;
    position: absolute;
    width: 17px;
    height: 1px;
    top: 50%;
    right: 17px;
    background: #474747;
    transition: all 300ms ease-out;
}
.aside-menu .dropdown-button:after{
    content: "";
    display: block;
    position: absolute;
    height: 17px;
    width: 1px;
    top: calc(50% - 8px);
    right: 25px;
    background: #474747;
    transition: all 300ms ease-out;
}
.aside-menu .dropdown-button.active:after,
.aside-menu .dropdown-button.active:before{
    transform: rotate(45deg);
}
.aside-menu>ul ul .dropdown-button{
    height: 36px;
}
.aside-menu ul ul .dropdown-button:after{
    top: 10px;
}
.aside-menu ul ul .dropdown-button.active:after{
    top: 14px;
}
.aside-menu ul ul a{
    padding: 8px 36px 8px 20px;
    font-weight: normal;
    font-size: 14px;
    position: relative;
}
.aside-menu ul ul>li>a:before{
    content: "";
    display: block;
    position: absolute;
    width: 3px;
    height: 3px;
    top: 15px;
    left: 8px;
    background: #777777;
}
.aside-menu ul ul ul a{
    padding: 6px 36px 6px 30px;
}
.aside-menu ul ul ul a:before,
.aside-menu ul ul ul ul a:before{
    display: none;
}
.aside-menu ul ul ul ul a{
    padding: 8px 36px 8px 40px;
}
.aside-menu ul ul ul ul ul a{
    padding: 8px 36px 8px 50px;
}
.aside-menu-title-xs{
    display: none;
}
@media(max-width:1399px){
    .aside-menu a {
        font-size: 15px;
    }
}
@media(max-width: 1299px){
    .aside-menu-title{
        padding: 15px;
        font-size: 22px;
    }
}
@media(max-width:1099px){
    .aside-menu a{
        padding: 15px 42px 15px 15px;
    }
    .aside-menu .dropdown-button{
        height: 50px;
    }
    .aside-menu .dropdown-button:before{
        right: 12px;
    }
    .aside-menu .dropdown-button:after{
        right: 20px;
    }
}
@media(max-width:991px){
    .page-columns .aside{
        width: 100%;
        margin-bottom: 30px;
    }
    .aside-menu > ul{
        display: none;
        margin-top: 15px;
    }
    .aside-menu-title{
        display: none;
    }
    .aside-menu-title-xs{
        display: block;
        background: #D71635;
        padding: 15px 42px 15px 15px;
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        line-height: 1.2;
        position: relative;
    }
    .aside-menu-title-xs:after {
        content: "";
        display: inline-block;
        border-top: 8px solid #fff;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        vertical-align: middle;
        margin: -2px 0 0 8px;
        transition: all ease-out 300ms;
        position: absolute;
        right: 15px;
        top: 50%;
    }
    .aside-menu-title-xs.active + ul{
        display: block;
    }
}

/* /. category page */


/* product page */
.product-page-fs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}
.product-page-fs .left-part {
    width: 430px;
    margin-bottom: 30px;
}
.product-page-fs .right-part{
    margin-bottom: 30px;
    width: 100%;
}
.product-page-fs .left-part + .right-part{
    width: calc(100% - 430px);
    padding-left: 40px;
}
.product-page-fs .right-part h1{
    font-weight: 500;
    font-size: 24px;
}

.product-gallery {
    width: 100%;
    overflow: hidden;
}
.product-carousel-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}
.product-thumb-carousel-wrapper {
    display: flex;
    align-items: center;
}
.product-carousel-inner {
    width: 100%;
}

.product-carousel>div:not(:first-of-type) {
    display: none;
}

.product-thumb-carousel:not(.slick-slider)>div {
    display: none;
}

.product-carousel .item {
    text-align: center;
}

.product-carousel .item img {
    width: 100%;
}

.product-thumb-carousel .item {
    cursor: pointer;
    transition: all ease-out 300ms;
}

.product-thumb-carousel .item:hover {
    opacity: 0.8;
}

.product-thumb-carousel-inner {
    width: 100%;
}

.product-thumb-carousel {
    margin-left: -3px;
    margin-right: -3px;
}

.product-thumb-carousel .col {
    padding: 15px 5px 2px;
}

.product-thumb-carousel .item {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 0 1px #ccc;
}

.product-thumb-carousel .slick-current .item {
    box-shadow: 0 0 0 2px #D71635;
}

.product-thumb-carousel .item img {
    max-height: 100%;
}

.product-carousel .item>a {
    display: block;
    position: relative;
    overflow: hidden;
}

.product-carousel .item>a:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(51, 51, 51, 0.5);
    opacity: 0;
    transition: ease-out all 300ms;
}

.product-carousel .item>a:after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    background: url(../images/plus.svg) 0 0 no-repeat;
    background-size: contain;
    opacity: 0;
    transition: ease-out all 300ms;
    transform: scale(0);
}

.product-carousel .item>a:hover:before {
    opacity: 0.6;
}

.product-carousel .item>a:hover:after {
    opacity: 1;
    transform: scale(1);
}

.product-carousel .slick-prev{
    left: 0;
    border-radius: 0;
}
.product-carousel .slick-next{
    right: 0;
    border-radius: 0;
}

.product-page-fs .right-part .product-page-fs-btns-row{
    padding-top: 40px;
    border-top: 3px solid #E9E8E7;
    margin-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.product-page-fs .social-nav{
    margin-left: 30px;
}
.product-page-fs .social-nav a{
    width: 44px;
    height: 44px;
}
.product-page-fs .social-nav a + a {
    margin-left: 6px;
}
.product-page-fs .social-nav a.telegram-btn{
    background: #1C94CF;
}
.product-page-fs .social-nav a.whatsapp-btn{
    background: #0DBF42;
}
.product-page-fs .social-nav a:hover{
    transform: scale(1.1);
}

@media(max-width: 1299px){
    .product-page-fs .left-part{
        width: 370px;
        margin-bottom: 20px;
    }
    .product-page-fs .right-part{
        margin-bottom: 20px;
    }
    .product-page-fs .left-part + .right-part{
        width: calc(100% - 370px);
        padding-left: 30px;
    }
    .product-page-fs .right-part h1{
        font-size: 20px;
    }
}
@media(max-width: 1099px){
    .product-page-fs .left-part{
        width: 320px;
    }
    .product-page-fs .left-part + .right-part{
        width: calc(100% - 320px);
        padding-left: 20px;
    }
    .product-page-fs .right-part h1{
        font-size: 19px;
    }
}
@media(max-width: 991px){
    .product-page-fs .left-part{
        width: 45%;
    }
    .product-page-fs .left-part + .right-part{
        width: 55%;
    }
}
@media(max-width: 699px){
    .product-page-fs .left-part{
        width: 40%;
    }
    .product-page-fs .left-part + .right-part{
        width: 60%;
    }
    .product-page-fs .social-nav{
        margin-left: 0;
        width: 100%;
        margin-top: 20px;
    }
    .product-page-fs-btns-row > .btn{
        width: 100%;
    }
    .product-page-fs .right-part h1{
        font-size: 18px;
    }
}
@media(max-width: 499px){
    .product-page-fs .left-part{
        width: 100%;
    }
    .product-page-fs .left-part + .right-part{
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .product-page-fs .right-part .product-page-fs-btns-row{
        margin-bottom: 0;
    }
    .product-application .btn{
        width: 100%;
    }
}
/* /. product page */

/* news-list page */
.news-section-columns{
    display: flex;
    flex-wrap: wrap;
}
.news-section-main-column{
    width: calc(100% - 300px);
    padding-right: 30px;
}
.news-section-aside{
    width: 300px;
    padding-left: 30px;
    border-left: 1px solid #E7E7E7;
}
.news-list .col:not(:last-child){
    margin-bottom: 40px;
    border-bottom: 1px solid #F5F5F5;
    padding-bottom: 40px;
}
.news-list .item{
    display: flex;
    flex-wrap: wrap;
    
    color: #5F5F5F;
}
.news-list .item-img{
    width: 40%;
    overflow: hidden;
}
.news-list .item-img img{
    transition: all ease-out 600ms;
    width: 100%;
}
.news-list .item-img:hover img{
    transform: scale(1.1);
}
.news-list .item-body{
    width: 60%;
    padding: 0 0 0 35px;
}
.news-list .item-date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 5px;
    color: #6A6A6A;
    font-size: 14px;
}
.news-list .item-date .item-icon{
    width: 20px;
    line-height: 1;
    opacity: 0.7;
}
.news-list .item-date .item-value{
    width: calc(100% - 20px);
    padding-left: 7px;
}
.news-list .item-title{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #000;
    transition: all ease-out 300ms;
}
.news-list .item-description{
    margin: 20px 0 30px;
    font-size: 15px;
}
.news-list .item:hover .item-title{
    color: #D71635;
}

.aside-news-list-title{
    font-weight: 700;
    line-height: 1.2;
    font-size: 22px;
}
.aside-news-list{
    margin-bottom: 30px;
}
.aside-news-list .item{
    padding: 20px 0;
    border-bottom: 1px dashed #eee;
}
.aside-news-list .item a{
    color: #333333;
    display: inline-block;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 600;
}
.aside-news-list .item a:hover{
    color: #D71635;
}
.aside-news-list .item-date{
    text-align: right;
    margin-top: 10px;
    font-size: 14px;
    color: #A3A3A3;
}
.aside-banner{
    margin-bottom: 30px;
}
.aside-banner .btn{
    border-radius: 0;
    margin-top: 10px;
    text-transform: none;
    font-weight: normal;
}

@media(max-width: 1399px){
    .news-list .item-body{
        padding: 0 0 0 25px;
    }
    .news-list .item-title{
        font-weight: 600;
        font-size: 20px;
        line-height: 1.2;
        margin-bottom: 10px;
    }
    .news-list .item-description{
        margin: 10px 0 20px;
        font-size: 14px;
    }
}
@media(max-width: 1199px){
    .news-list .item-title{
        font-size: 18px;
    }
    .news-list .item-description{
        font-size: 13px;
    }
    .news-list .item-more .btn{
        font-weight: normal;
        text-transform: none;
        height: 36px;
    }
    .aside-news-list .item a,
    .aside-news-list .item-date{
        font-size: 13px;
    }
}
@media(max-width: 1099px){
    .news-section-aside {
        width: 250px;
        padding-left: 20px;
    }
    .news-section-main-column {
        width: calc(100% - 250px);
        padding-right: 20px;
    }
}
@media(max-width: 991px){
    .news-section-aside {
        width: 100%;
        padding-left: 0;
        margin-top: 60px;
        border-left: none;
    }
    .news-section-main-column {
        width: 100%;
        padding-right: 0;
    }
    .aside-banner{
        display: none;
    }
    .aside-news-list{
        margin-bottom: 0;
    }
    .news-section + .content-section{
        padding-top: 0;
    }
}
@media(max-width: 599px){
    .news-list .item-img{
        width: 100%;
    }
    .news-list .item-body{
        padding: 35px 0 0 0;
        width: 100%;
    }
    .news-list .item-more{
        display: none;
    }
    .news-list .item-description{
        font-size: 14px;
        margin-bottom: 0;
    }
    .news-list .item-title{
        font-size: 20px;
    }
}
/* /. news-list page */

/* news page */
.page-img{
    margin-bottom: 40px;
}
.page-img img{
    width: 100%;
}
.page-date{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 35px;
    color: #6A6A6A;
    font-size: 20px;
}
.page-date .item-icon{
    width: 30px;
    line-height: 1;
    opacity: 0.7;
}
.page-date .item-value{
    width: calc(100% - 30px);
    padding-left: 12px;
}
/* /. news page */

/* cases */
.cases{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.cases .col{
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.cases .item{
    display: block;
    overflow: hidden;
    position: relative;
}
.cases .item:before{
    content:"";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 40%) 19.5%, rgba(26, 30, 33, 0) 78.79%);
}
.cases .item:after{
  content: "";
  background: rgb(153 153 153 / 85%);
  height: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all .3s ease 0s;
}
.cases .item img{
    width: 100%;
    display: block;
}
.cases .item-body{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 20;
    padding: 0 35px 30px;
    transition: opacity .2s, transform .35s;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    color: #fff;
}
.cases .item-title{
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.cases .item-description{
  font-size: 15px;
  color: #fff;
  line-height: 1.4;
  height: 0;
  overflow: hidden;
  transition: all .5s ease 0s;
  margin: 15px 0 0;
  z-index: 10;
}
.cases .more{
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
  margin: 25px 0 0;
}
.cases .more-icon{
    width: 22px;
    line-height: 1;
}
.cases .more-value{
    width: calc(100% - 22px);
    padding-left: 7px;
}
.cases .more svg{
    fill: #fff;
}
.cases .item:hover .item-description{
    height: 105px;
}
.cases .item:hover:after {
  height: 100%;
}
@media(max-width: 1199px){
    .cases{
        margin-left: -10px;
        margin-right: -10px;
    }
    .cases .col{
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 20px;
    }
    .cases .item-body {
        padding: 0 25px 20px;
    }
    .cases .item-title{
        font-size: 18px;
    }
    .cases .more{
        margin-top: 15px;
    }
    .cases .item-description{
        font-size: 14px;
    }
    .cases .item:hover .item-description {
        height: 100px;
    }
}
@media(max-width: 991px){
    .cases .col{
        width: 50%;
    }
}
@media(max-width: 699px){
    .cases .item-body {
        padding: 0 20px 15px;
    }
    .cases .item-title{
        font-size: 17px;
    }
    .cases .more{
        margin-top: 12px;
    }
    .cases .item-description{
        font-size: 12px;
    }
    .cases .item:hover .item-description {
        height: 85px;
    }
}
@media(max-width: 599px) and (min-width: 500px){
    .cases .item:hover .item-description{
        display: none;
    }
}
@media(max-width: 499px){
    .cases .col{
        width: 100%;
    }
}
/* /. cases */

/* case-page */
.case-page-columns{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}
.case-page-columns .col1{
    width: calc(100% - 480px);
    padding-right: 100px;
    margin-bottom: 30px;
}
.case-page-columns .col2{
    width: 480px;
    margin-bottom: 30px;
}
.case-page-columns .col1 .content{
    line-height: 1.6;
    font-size: 18px;
    color: #555;
}
.case-page-img img{
    width: 100%;
}

@media(max-width: 1199px){
    .case-page-columns .col1{
        padding-right: 60px;
    }
    .case-page-columns .col1 .content{
        font-size: 16px;
    }
}
@media(max-width: 1099px){
    .case-page-columns .col1{
        padding-right: 40px;
        width: calc(100% - 400px);
    }
    .case-page-columns .col2{
        width: 400px;
    }
}
@media(max-width: 991px){
    .case-page-columns .col1{
        padding-right: 30px;
        width: calc(100% - 350px);
    }
    .case-page-columns .col2{
        width: 350px;
    }
    .case-page-columns .col1 .content{
        font-size: 14px;
    }
}
@media(max-width: 767px){
    .case-page-columns .col1{
        padding-right: 0;
        width: 100%;
    }
    .case-page-columns .col2{
        width: 100%;
    }
}
/* /. case-page */

/* about page */
.about-first-section-columns{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about-first-section-columns .col{
    width: calc(50% - 50px);
}
.about-first-section-columns .col1 .content{
    font-size: 18px;
    line-height: 1.8;
    color: #555;
}
.about-logo{
    text-align: center;
    margin-bottom: 30px;
}
.about-video{
    box-shadow: 0 2px 20px 0 rgba(227, 230, 230, 0.6);
    padding: 45px;
}
.about-video .item-description{
    color: #212121;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 30px;
}
.about-video-bar{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about-video-bar .item-title{
    color: #555;
    font-size: 20px;
    line-height: 1.2;
    width: 158px;
}
.about-video-bar .item-play a{
    width: 52px;
    position: relative;
    display: block;
    transition: all 0.3s ease 0s;
}
.about-video-bar .item-play a:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid rgb(153 53 53 / 25%);
    animation: scale2 2s linear infinite;
}
@keyframes scale2 {
    from {
        transform: scale(1)
    }
    50% {
        transform: scale(1.4)
    }
    to {
        transform: scale(1)
    }
}
.about-video-bar .item-line{
    padding-left: 15px;
    padding-right: 15px;
    width: calc(100% - 210px);
}
.about-video-bar .item-line span{
    display: inline-block;
    width: 100%;
    height: 4px;
    background: #f4f4f4;
    border-top: 1px solid #eee;
}

@media(max-width: 1299px){
    .about-first-section-columns .col {
        width: calc(50% - 25px);
    }
    .about-first-section-columns .col1 .content{
        font-size: 16px;
    }
    .about-video .item-description{
        font-size: 16px;
    }
    .about-video{
        padding: 35px;
    }
}
@media(max-width: 1099px){
    .about-first-section-columns .col{
        width: 100%;
    }
    .about-first-section-columns .col1 + .col2{
        margin-top: 40px;
    }
}
@media(max-width: 499px){
    .about-video{
        padding: 25px;
    }
    .about-video .item-description{
        font-size: 14px;
        margin-bottom: 20px;
    }
    .about-video-bar .item-title {
        font-size: 16px;
        width: 128px;
    }
}
@media(max-width: 399px){
    .about-video{
        padding: 20px;
    }
    .about-video-bar .item-line{
        display: none;
    }
}
/* /. about page */

/* num section */
.num-section-row{
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}
.num-section-row .col{
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.num-section .item{
    height: 100%;
    padding: 30px 20px;
    border-bottom: 2px solid #eee;
}
.num-section .num{
    font-size: 50px;
    line-height: 1;
    color: #D71635;
    font-weight: bold;
    opacity: 0;
    margin-bottom: 17px;
}
.num-section .num.animated{
    opacity: 1;
}
.num-section .item-text{
    font-size: 19px;
    color: #555;
    line-height: 1.2;
}
@media(max-width: 991px){
    .num-section-row .col{
        width: 50%;
        text-align: center;
    }
}
@media(max-width: 499px){
    .num-section-row{
        margin-left: -10px;
        margin-right: -10px;
    }
    .num-section-row .col{
        padding-left: 10px;
        padding-right: 10px;
    }
    .num-section .item{
        padding: 20px 10px;
        border-bottom: 1px solid #eee;
    }
    .num-section .num{
        font-size: 40px;
        margin-bottom: 14px;
    }
    .num-section .item-text{
        font-size: 15px;
    }
}
@media(max-width: 399px){
    .num-section-row{
        margin-left: -5px;
        margin-right: -5px;
    }
    .num-section-row .col{
        padding-left: 5px;
        padding-right: 5px;
    }
    .num-section .item{
        padding: 10px 5px;
    }
    .num-section .num{
        font-size: 30px;
        margin-bottom: 10px;
    }
    .num-section .item-text{
        font-size: 13px;
    }
}
/* /. num section */

/* content-blocks */
.content-blocks .col + .col{
    margin-top: 60px;
}
.content-blocks .item{
    display: flex;
    flex-wrap: wrap;
}
.content-blocks .item-img{
    width: 588px;
    padding-left: 75px;
}
.content-blocks .item-img img{
    width: 100%;
}
.content-blocks .item-body{
    width: calc(100% - 588px);
    display: flex;
    align-items: center;
    border-bottom: 1px solid #D71635;
    padding: 30px 60px;
    font-size: 20px;
    color: #555;
}
.content-blocks .item-body h2{
    color: #000;
}

@media(min-width: 992px){
    .content-blocks .col:nth-child(2n) .item-img{
        order: 1;
        padding-left: 0;
        padding-right: 75px;
    }
    .content-blocks .col:nth-child(2n) .item-body{
        order: 2;
    }
}
@media(max-width: 1059px){
    .content-blocks .item-body {
        padding: 30px;
        font-size: 18px;
        width: calc(100% - 543px);
    }
    .content-blocks .item-img {
        width: 543px;
        padding-left: 30px;
    }
    .content-blocks .col:nth-child(2n) .item-img {
        padding-left: 0;
        padding-right: 30px;
    }
}
@media(max-width: 991px){
    .content-blocks .item-body{
        width: 100%;
        text-align: center;
        display: block;
        border: none;
        padding: 0;
    }
    .content-blocks .item-img{
        width: 100%;
        text-align: center;
        padding: 0 !important;
    }
    .content-blocks .item-img img{
        width: auto;
    }
    .content-blocks .col + .col{
        margin-top: 40px;
    }
}
/* /. content-blocks */

/* exhibition-section */
.exhibition-section{
    width: 100%;
    overflow: hidden;
}
.exhibition{
    margin-left: -15px;
    margin-right: -15px;
    display: flex;
    flex-wrap: wrap;
}
.exhibition .col{
    width: 33.3333%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}
.exhibition .item{
    position: relative;
    overflow: hidden;
    color: #fff;
}
.exhibition .item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.exhibition .item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgb(0 0 0 / 40%) 19.5%, rgba(26, 30, 33, 0) 78.79%);
}
.exhibition .item-title{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    z-index: 5;
    text-align: center;
}
.exhibition .item-body{
    transform: scale(0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: all ease-out 300ms;
    padding: 35px;
    text-align: center;
    background: rgb(153 153 153 / 85%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.exhibition .item:hover .item-body{
    transform: scale(1.0);
}
.exhibition .item-body-title{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}
.exhibition-carousel{
    display: block;
}
.exhibition-carousel > div:not(:first-of-type){
    display: none;
}
.exhibition-carousel .slick-prev{
    left: -50px;
}
.exhibition-carousel .slick-next{
    right: -50px;
}
.exhibition-carousel .slick-dots{
    margin-top: 0;
}

.exhibition-carousel .slick-track {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}
.exhibition-carousel .slick-slide {
    height: inherit;
}
.exhibition-carousel .slick-slide>div {
    height: 100%;
}


@media(max-width: 1499px){
    .exhibition .item-title {
        padding: 1.66vw;
        font-size: 1.66vw;
    }
    .exhibition .item-body {
        padding: 2.33vw;
    }
    .exhibition .item-body-title{
        font-size: 1.66vw;
        margin-bottom: 0.66vw;
    }
    .exhibition .item-description{
        font-size: 1.2vw;
    }
}
@media(max-width: 991px){
    .exhibition{
        margin-left: -8px;
        margin-right: -8px;
    }
    .exhibition .col{
        padding-left: 8px;
        padding-right: 8px;
        margin-bottom: 16px;
    }
    .exhibition .item-title {
        padding: 1.8vw;
        font-size: 1.8vw;
    }
    .exhibition .item-body-title{
        font-size: 1.8vw;
        margin-bottom: 0.8vw;
    }
    .exhibition .item-description{
        font-size: 1.5vw;
    }
}
@media(max-width: 767px){
    .exhibition .col{
        width: 50%;
    }
    .exhibition .item-title {
        padding: 3.25vw;
        font-size: 3.25vw;
    }
    .exhibition .item-body-title{
        font-size: 3.25vw;
        margin-bottom: 1.5vw;
    }
    .exhibition .item-description{
        font-size: 2vw;
    }
}
@media(max-width: 429px){
    .exhibition .col{
        width: 100%;
    }
    .exhibition .item-title{
        padding: 5.58vw;
        font-size: 5.58vw;
    }
    .exhibition .item-body{
        padding: 8vw;
    }
    .exhibition .item-body-title{
        font-size: 5.58vw;
        margin-bottom: 2.32vw;
    }
    .exhibition .item-description{
        font-size: 3.72vw;
    }
}
/* /. exhibition-section */

/* certificates */
.certificates{
    display: flex;
    flex-wrap: wrap;
}
.certificates .col{
    width: 20%;
}
.certificates-carousel{
    display: block;
}
.certificates-carousel > div:not(:first-child){
    display: none;
}
.certificates-carousel.slick-slider > div{
    display: block;
}
.certificates .col{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
}
.certificates .item{
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    display: block;
}
.certificates-carousel .slick-list{
    padding: 25px 0 !important;
}
.certificates-carousel .slick-prev{
    left: -65px;
}
.certificates-carousel .slick-next{
    right: -65px;
}
.certificates-carousel .slick-dots{
    margin-top: 0;
}
@media(min-width: 480px){
    .certificates-carousel .slick-center .item{
        transform: scale(1.1);
    }
}
/* /. certificates */

/* contacts-page-section */
.contacts-page-section-inner{
    display: flex;
    flex-wrap: wrap;
}
.contacts-page-section-inner .col1{
    width: 620px;
    padding-right: 50px;
}
.contacts-page-section-inner .col2{
    width: calc(100% - 620px);
}
.contacts-page-section-inner .map{
    margin-bottom: 40px;
}
@media(min-width:1200px){
    .contacts-page-section-inner .map{
        height: 100%;
        min-height: 400px;
    }
}
.contacts-form-block{
    background: #F3F3F3;
    padding: 30px 60px;
    margin-bottom: 30px;
    margin-top: 30px;
}
.contacts-form-block .form-control{
    background: #fff;
    height: 60px;
    font-size: 16px;
}
.legal-entity{
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 25px;
    line-height: 1.3;
}
.contacts-page-items + .contacts-page-items{
    margin-top: 40px;
}
.contacts-page-items-title{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
.contacts-page-items .item{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}
.contacts-page-items .item-key{
    width: 150px;
}
.contacts-page-items .item-value{
    width: calc(100% - 150px);
    padding-left: 15px;
}
.contacts-page-items strong{
    font-weight: 600;
}
.contacts-page-items .item-value a{
    text-decoration: underline;
}
.contacts-page-items .item-value a:hover{
    text-decoration: none;
}

@media(max-width: 1399px){
    .contacts-page-section-inner .col1{
        width: 570px;
        padding-right: 30px;
    }
    .contacts-page-section-inner .col2{
        width: calc(100% - 570px);
    }
    .contacts-form-block {
        padding: 30px 40px;
    }
}
@media(max-width: 1199px){
    .contacts-page-section-inner .col1{
        width: 100%;
        padding-right: 0;
        margin-bottom: 40px;
    }
    .contacts-page-section-inner .col2{
        width: 100%;
    }
}
@media(max-width: 767px){
    .contacts-form-block .form-row .form-group{
        width: 100%;
    }
}
@media(max-width: 429px){
    .contacts-page-items .item{
        font-size: 12px;
    }
    .contacts-page-items .item-key{
        width: 110px;
    }
    .contacts-page-items .item-value{
        width: calc(100% - 110px);
        padding-left: 7px;
    }
    .contacts-form-block{
        padding: 25px 20px 40px;
    }
    
}
/* /. contacts-page-section */

.simple-agreement{
    color: #9A9A9A;
    font-size: 13px;
    line-height: 1.2;
}
.simple-agreement a{
    color: #9A9A9A;
    text-decoration: underline;
}
.simple-agreement a:hover{
    text-decoration: none;
}