/*@font-face {*/
/*    font-family: 'PF Beau Sans Pro Thin';*/
/*    src: url('/view/layouts/default/assets/fonts/PFBeauSansPro/PFBeauSansPro-Thin.eot');*/
/*    src: url('/view/layouts/default/assets/fonts/PFBeauSansPro/PFBeauSansPro-Thin.eot?#iefix') format('embedded-opentype'),*/
/*    url('/view/layouts/default/assets/fonts/PFBeauSansPro/PFBeauSansPro-Thin.woff') format('woff'),*/
/*    url('/view/layouts/default/assets/fonts/PFBeauSansPro/PFBeauSansPro-Thin.ttf') format('truetype');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: 'PF Beau Sans Pro Light';*/
/*    src: url('/view/layouts/default/assets/fonts/PFBeauSansPro/PFBeauSansPro-Light.eot');*/
/*    src: url('/view/layouts/default/assets/fonts/PFBeauSansPro/PFBeauSansPro-Light.eot?#iefix') format('embedded-opentype'),*/
/*    url('/view/layouts/default/assets/fonts/PFBeauSansPro/PFBeauSansPro-Light.woff') format('woff'),*/
/*    url('/view/layouts/default/assets/fonts/PFBeauSansPro/PFBeauSansPro-Light.ttf') format('truetype');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
/*@font-face {*/
/*    font-family: 'PF Beau Sans Pro Bold';*/
/*    src: url('/view/layouts/default/assets/fonts/PFBeauSansPro/PFBeauSansPro-Bold.eot');*/
/*    src: url('/view/layouts/default/assets/fonts/PFBeauSansPro/PFBeauSansPro-Bold.eot?#iefix') format('embedded-opentype'),*/
/*    url('/view/layouts/default/assets/fonts/PFBeauSansPro/PFBeauSansPro-Bold.woff') format('woff'),*/
/*    url('/view/layouts/default/assets/fonts/PFBeauSansPro/PFBeauSansPro-Bold.ttf') format('truetype');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/
html, body{
    margin: 0;
    padding: 0;
}
body{
    background: url("/view/layouts/default/assets/img/header-bg.jp2") no-repeat;
    min-height: 1100px;
    background-position: top;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    /*font-weight: 300;*/
}

h1,h2,h3,h4,h5,h6,p,ul,li,a{
    margin: 0;
    padding: 0;
}
#gtx-trans {display: none! Important;}
a{
    text-decoration: none;
}
button:hover{
    cursor: pointer;
}
.btn-red {
    border: none;
    background: #DA251D;
    color: #fff;
    /* border-radius: 100px; */
    padding: 20px 25px 16px 25px;
    text-transform: uppercase;
}
.btn-red:hover{
    transition: all 0.5s;
    background: #b82019;
}
.login-block {
    display: flex;
    justify-content: center;
    align-items: center;
}
.login-block > a{
    margin-left: 0px;
}

.btn-login {
    border: none;
    background: #DA251D;
    color: #fff;
    /* border-radius: 100px; */
    padding: 16px 18px;
    font-size: 16px;
    display: flex;
}
.btn-login > img{
    margin-right: 9px;
    width: 16px;
    margin-top: -6px;
}
.btn-login:hover{
    transition: all 0.5s;
    background: #b82019;
}
.container{
    width: 1360px;
    margin: 0 auto;
}
.row{
    display: flex;
}
.header{

}
.header_page{
    background: url("/view/layouts/default/assets/img/bg-header.jpg") center bottom;
    background-repeat: no-repeat;
    min-height: 1100px;
}
.content-p-page{
    margin-top: -900px;
    background: #fff;
    border-radius: 5px;
}
/* block_top_contact */
.block_top_contact {
    background-color: #ffffff;
    display: flex;
    -webkit-box-shadow: 0px 3px 2px 0px rgb(50 50 50 / 17%);
    -moz-box-shadow: 0px 3px 2px 0px rgba(50, 50, 50, 0.17);
    box-shadow: 0px 3px 2px 0px rgb(50 50 50 / 17%);
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    z-index: 106;
}
.top-header {
    display: flex;
    justify-content: space-between;
}
.top-contact {
    height: 40px;
    display: flex;
    /* justify-content: flex-end; */
    align-items: center;
}
.change-lang{
    height: 40px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.change-lang > li{
    list-style: none;
}
.change-lang > li > a{
    margin-left: 10px;
    color: #313131;
    text-transform: uppercase;
    font-weight: 500;
}
.active-lang {
    border-bottom: 3px solid #ef352c;
}
.contact-burger{
    display: flex;
}
.contact-telephone{
    display: flex;
    position: inherit;
    text-align: inherit;
    top: inherit;
    right: inherit;
    padding: inherit;
    width: inherit;
}
.contact-email{
    display: flex;
}
.contact-social{
    display: flex;
}
.top-contact .item-contact{
    margin-left: 5px;
}
.item-contact > a {
    color: #313131;
    text-decoration: none;
    margin-left: 15px;
}
.item-contact > p{
    color: #fff;
    text-decoration: none;
    margin-left: 15px;
}
.item-contact img{
    /* margin-right: -10px; */
    margin-left: 15px;
}
.soc-icon{
    margin-left: 5px !important;
}
.soc-icon img {
    width: 22px;
    margin-left: 0;
}
/* block_menu */
.block_menu {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #fff;
    position: relative;
    z-index: 100;
    border-bottom: 1px solid #e2e2e2;
}
.block-navigation{
    background: #080808;
}
.menu-row{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo{
    height: 51px;
    margin-left: 4px;
}
.menu{
    display: flex;
    flex-direction: row;
}

.menu-link {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.burger-menu{
    display: none;
}
.menu a {
    color: #ffffff;
    text-decoration: none;
    /* margin-left: 15px; */
    padding: 10px 15px;
    font-size: 18px;
    font-weight: 300;
}
.menu-item{
    position: relative;
}
.menu-item:hover{
    cursor: pointer;
}

.menu .menu-item:hover{
    background: #DA251D;
}
.menu-active{
    background: #DA251D;
}
.btn-red .btn-icon{
    margin-right: 10px;
}
.menu-fixed{
    position: fixed;
    z-index: 1000;
    top:0;
    left: 0;
}
.nav-block {
    display: flex;
    flex-direction: row;
    height: 40px;
}
.nav-block > li{
    list-style: none;
    padding-top: 9px;
}
.sub-menu{
    position: absolute;
    background: #DA251D;
    display: none;
    margin-top: 11px;
    padding: 14px 0 14px 0;
}
.sub-menu-active {
    display: flex;
    flex-direction: row;
}
.sub-menu-item{
    list-style: none;
    width: max-content;
}
.sub-menu-item > a{
    padding: 15px 15px;
}
.sub-menu-item > a:hover{
    background: #b72019;
}
.big-menu > ul{
    display: flex;
    flex-direction: row;
}
.big-menu > ul > li{
    list-style: none;
    width: 100px;
    padding: 0 25px;
    border-right: 1px solid #ccc;
}

.big-menu > ul > li:last-child{
    border-right: none;
}
.big-menu > ul > li > a {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.big-menu img{
    width: 28px;
}
.big-menu span{
    margin-top: 10px;
    font-size: 16px;
    color: #A2A2A2;
}

.content-center-padding {
    text-align: center;
    padding: 50px 0 50px 0 !important;
    background: none !important;
}
.category-price-list {
    font-weight: bold;
    color: #DA251D;
    padding: 15px 50px;
    /* background: #DA251D; */
    border-radius: 5px;
    width: 300px;
    border: 1px solid #DA251D;
    margin: 10px;
}
.category-price-list:hover {
    background: #c12019;
    color: #fff;
}
/* Slider */
.slider{
    /*margin-top: 100px;*/
}
.item-slide {
    background: url(/view/layouts/default/assets/img/header-bg.png) center right no-repeat;
    display: flex;
    background-size: 70%;
    justify-content: space-between;
    align-items: center;
    /* padding-top: 145px; */
    flex-direction: row;
    min-height: 660px;
}
.slider-content{
    width: 49.9%;
}
.slide-title {
    color: #00456A;
    font-size: 45px;
    line-height: 1;
    /* margin-left: 22px; */
    text-transform: uppercase;
    /* border-bottom: 3px solid #da251d; */
    padding-bottom: 15px;
    font-weight: 500;
}
/*.slide-title:before {*/
/*    content: "";*/
/*    border-left: 10px solid #DA251D;*/
/*    margin-top: 10px;*/
/*    position: absolute;*/
/*    height: 90px;*/
/*    margin-left: -20px;*/
/*}*/
.slide-description {
    color: #000;
    font-size: 28px;
    line-height: 1.2;
    margin-top: 15px;
    margin-bottom: 55px;
    font-weight: 300;
}
.slider-img img{
    width: 100%;
}

/* Warning news */
.warning-news{
    /*margin-top: 80px;*/
    background: #DA251D;
    min-height: 125px;
}
.warning-content{
    display: flex;
    align-items: center;
    padding: 25px;
}
.warning-text{
    margin-left: 25px;
}
.warning-text > p{
    color: #fff;
}
.warning-news-btn {
    background: #DA251D;
    margin-left: auto;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 100px;
    padding: 10px 50px;
    font-size: 22px;
    margin-right: 100px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.25);
}
.warning-news-btn:hover{
    transition: all 0.5s;
    background: #ca231b;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.25);
}

.main-about {
    /* margin-top: 40px; */
    background: #fff;
    /* border-radius: 25px; */
    min-height: 125px;
    display: flex;
    align-items: center;
    -webkit-box-shadow: 0px 2px 5px 0px rgb(50 50 50 / 35%);
    -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 0px 2px 5px 0px rgb(50 50 50 / 35%);
    padding-bottom: 25px;
}
.main-about-title {
    color: #006093;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 300;
    padding: 15px 0 0 40px;
}
.main-about-description {
    color: #313131;
    font-size: 18px;
    font-weight: 300;
    padding: 15px 15px 15px 40px;
    line-height: 1.5;
}

/* Benefits */
.benefits{
    margin-top: 20px;
}
.benefits-row {
    display: flex;
    justify-content: space-between;
    padding-top: 50px;
    flex-wrap: nowrap;
    align-items: center;
}
.benefits-item {
    width: 215px;
    height: 215px;
    text-align: center;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: 5px;
}
.benefits-border{
    border-right: 1px solid #cccccc;
    height: 160px;
    display: flex;
}
.benefits-item:hover{
    background: #f6f6f6;
}
.benefits-item > img {
    height: 70px;
}
.benefits-item > p{
    word-break: break-word;
    font-weight: 500;
    color: #313131;
    font-size: 23px;
    text-transform: uppercase;
    margin-top: 40px;
}

/* Company description */
.company-description {
    margin-top: 0px;
    margin-bottom: 50px;
    background: url(/view/layouts/default/assets/img/bg-company-description.png) no-repeat top;
    /* background-size: cover; */
    text-align: center;
    padding-top: 195px;
    padding-bottom: 86px;
    /* background-color: #f5f5f5; */
}
.company-description-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
}
.company-description-item {
    width: 49.8%;
}
.company-description-item > img {
    width: 100%;
}
.company-description-item > h2{
    color: #000;
    font-size: 64px;
}
.company-description-item > h2 > span{
    color: #DA251D;
}
.company-description-item > p{
    padding-right: 50px;
    font-size: 22px;
    text-align: justify;
    font-weight: 300;
}

/* Main price */
.main-price{
    /*margin-top: 100px;*/
}
.main-price-title{
    display: flex;
    align-items: center;
    padding: 25px 0 0 25px;
}
.main-price-title > .title {
    font-size: 53px;
    font-weight: 600;
    text-transform: uppercase;
    color: #313131;
    margin-left: 20px;
}
.main-price-title > .title:before{
    /* content: ""; */
    border-left: 10px solid #DA251D;
    margin-top: 0px;
    position: absolute;
    height: 50px;
    margin-left: -20px;
}
.main-price-title > .in-detail{
    margin-left: 50px;
    color: #DA251D;
    text-decoration: none;
}
.main-price-title > .in-detail:after {
    transition: all 0.5s;
    content: url(/view/layouts/default/assets/img/icon/Icon-arrow-r.png);
    margin-top: 2px;
    margin-left: 20px;
    position: absolute;
}
.in-detail:hover:after{
    transition: all 0.5s;
    margin-left: 35px;
}
.main-price-row{
    margin-top: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.main-price-item {
    width: 32%;
    min-height: 400px;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    border-radius: 5px;
    margin-bottom: 25px;
    margin-left: 15px;
    position: relative;
    overflow: hidden;
}
.main-price-item-category {
    width: 25.5%;
    padding: 25px 0;
    -webkit-box-shadow: 0px 1px 5px 0px rgb(50 50 50 / 40%);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 1px 5px 0px rgb(50 50 50 / 40%);
    background: rgb(253, 253, 253);
    background: -moz-linear-gradient(90deg, rgb(253, 253, 253) 0%, rgb(248, 248, 248) 50%);
    background: -webkit-linear-gradient(90deg, rgb(253, 253, 253) 0%, rgb(248, 248, 248) 50%);
    background: -o-linear-gradient(90deg, rgb(253, 253, 253) 0%, rgb(248, 248, 248) 50%);
    background: -ms-linear-gradient(90deg, rgb(253, 253, 253) 0%, rgb(248, 248, 248) 50%);
    background: linear-gradient(180deg, rgb(253, 253, 253) 0%, rgb(248, 248, 248) 50%);
    border-radius: 5px;
    margin-bottom: 25px;
    margin-left: 25px;
    position: relative;
    overflow: hidden;
}
.main-price-item-category .category-tariff-name{
    padding: 25px;
    color: #00456A;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
}
.category-tariff-name {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
}
.category-price-title {
    text-align: center;
    text-transform: uppercase;
}
.price-category-text {
    padding: 25px;
    background: #fff;
    margin-top: 25px;
    font-weight: 300;
    line-height: 1.5;
}
.price-header {
    min-height: 175px;
    background: rgb(191, 37, 29);
    background: -moz-linear-gradient(270deg, rgb(191, 37, 29) 0%, rgb(255, 80, 72) 85%);
    background: -webkit-linear-gradient(270deg, rgb(191, 37, 29) 0%, rgb(255, 80, 72) 85%);
    background: -o-linear-gradient(270deg, rgb(191, 37, 29) 0%, rgb(255, 80, 72) 85%);
    background: -ms-linear-gradient(270deg, rgb(191, 37, 29) 0%, rgb(255, 80, 72) 85%);
    background: linear-gradient(0deg, rgb(191, 37, 29) 0%, rgb(255, 80, 72) 85%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 25px 25px 52px 25px;
    border-radius: 5px 5px 0 0;
    text-align: center;
}
.price-body-category {
    min-height: 175px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 25px 25px 52px 25px;
    border-radius: 5px 5px 0 0;
    text-align: center;
}
.price-header .pre-name{
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 16px;
}
.price-header .tariff-name{
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 36px;
    margin-bottom: 20px;
}
.header-detail-price{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.header-detail-price > li{
    display: inline-block;
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 10px;
}
.detail-price-header > .title{
    color: #ffffff;
    font-size: 13px;
    font-weight: 300;
}
.title-detail-cat{
    color: #00456A;
    font-size: 13px;
    font-weight: 300;
}
.detail-price-header > .content{
    color: #fff;
    font-size: 32px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
}
.content-detail-cat {
    color: #FF5952;
    font-size: 32px;
    font-weight: 400;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
}
.content-detail-cat span{
    color: #00456A;
    font-size: 15px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
}
.all-price-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.row-description-cost{
    display: flex;
    flex-direction: column;
}
.row-description-cost > .cost{
    margin-top: 25px;
}
.row-description-cost > .cost-cat {
    margin-top: 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.row-description-cost > .description > h3{
    font-size: 20px;
    font-weight: 400;
    color: #00456A;

}

.row-description-cost > .cost > p{
    color: #FF5952;
    font-size: 28px;
    font-weight: 400;
    margin-top: 10px;
}
.row-description-cost > .cost-cat > p{
    color: #FF5952;
    font-size: 28px;
    font-weight: 400;
    margin-top: 10px;
}
.row-description-cost > .cost-cat > p > span{
    color: #00456A;
    font-size: 14px;
    font-weight: 300;
    margin-top: 10px;
}
.row-description-cost > .description > p{
    text-align: inherit;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 10px;
    font-size: 14px;
}
.row-description-cost > .cost > h3{
    font-size: 16px;
    font-weight: 400;
    color: #00456A;
}
.row-description-cost > .cost-cat > h3 {
    font-size: 14px;
    font-weight: 300;
    color: #00456A;
}
.cost-block {
    display: flex;
    align-items: flex-end;
}
.cost-discount{
    margin-left: 15px;
}
.cost-block > p{
    color: #DA251D;
    font-size: 28px;
    font-weight: 400;
    margin-top: 10px;
}
.row-order-detail{
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.row-order-detail-category {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.price-body{
    padding: 15px;
    background-color: #fff;
}
.price-body-category {
    padding: 15px;
    background-color: #f8f8f8;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.btn-order-tariff {
    color: #fff;
    background: #00456A;
    padding: 10px 25px;
    font-size: 14px;
}
.btn-order-tariff-category {
    color: #fff;
    background: #FF5952;
    padding: 15px 25px;
    font-size: 14px;
    border-radius: 10px;
}
.detail-tariff{
    color: #DA251D;
}

.nested-text table {
    border: 1px solid #ccc;
}
.nested-text table td{
    padding: 10px;
}


/* Main news */
.main-news {
    margin-top: 100px;
    margin-bottom: 50px;
}
.text-full-news {
    font-weight: 300;
    line-height: 1.5;
}
.main-news-row{
    display: flex;
    flex-wrap: wrap;
}
.main-news-text {
    height: 145px;
    overflow: hidden;
    text-align: justify;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.5;
    margin-top: 15px;
}
.item-main-news{
    background-color: #fff;
    margin: 15px;
    border-radius: 25px;
    width: 31.1%;
}
.item-main-news:hover{
    background-color: #f8f8f8;
}
.title-full-news {
    font-size: 48px;
    border-bottom: 2px solid #da251d;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.left-block-full-news {
    width: 70%;
    padding: 25px;
}
.right-block-full-news {
    background: #da251d08;
    display: flex;
    flex-wrap: wrap;
    width: 30%;
    padding: 25px 10px;
}
.right-block-full-news > .title-column-right {
    font-size: 18px;
    text-transform: uppercase;
    margin-left: 20px;
}
.right-block-full-news > .item-main-news > .container-content > .main-news-text{
    display: none;
}
.right-block-full-news > .item-main-news{
    width: 100%;
    margin-top: 25px;
}
.right-block-full-news > .item-main-news > .container-content > .main-news-text{
    display: none;
}
.img-container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    border-radius: 25px;
    display: flex;
    align-items: center;
}
.img-container > img{
    width: 100%;
}
.container-content{
    padding: 15px;
}
.container-content > h3{
    font-size: 28px;
    font-weight: 400;
    text-transform: uppercase;
}
.container-content > .in-detail{
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
}
.publish-date{
    font-size: 14px;
}
.detail-link{
    color: #DA251D;
}
/* News item */
.news-item {
    display: flex;
    flex-direction: row;
    padding: 25px 40px;
}
.news-cover{
    margin-right: 25px;
    width: 30%;
}
.news-cover img{
    width: 100%;
}
.news-item-text{
    width: 70%;
}
.news-title{
    text-transform: uppercase;
    margin-bottom: 15px;
}
.news-text{
    text-align: justify;
    font-weight: 300;
    line-height: 1.5;
}
.new-detail-row{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}
/* Footer */
.footer{
    background-color: #313131;
    padding: 25px;
    margin-top: 45px;
}
.footer-address-row {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
.contact-block{
    width: 49.9%;
}
.contact-block h3{
    color: #fff;
    font-size: 32px;
    font-weight: 200;
}
.contact-block p {
    color: #fff;
    font-size: 22px;
    font-weight: 200;
    line-height: 1.5;
}
.contact-block small {
    color: #b0b0b0;
    font-weight: 200;
}
.map-block{
    width: 49.9%;
}
.copyright{
    background-color: #0e0e0e;
    text-align: center;
}
.copyright a{
    color: #5a5a5a;
    text-decoration: none;
}

.page-content {
    /*padding: 25px;*/
}
.page-item-news {
    display: flex;
    flex-direction: row;
}

/* Forms */
.form-input{
    padding: 10px;
    margin-top: 10px;
    border: 1px solid #DA251D;
    border-radius: 5px;
}
.form-fields-column{
    display: flex;
    flex-direction: column;
}
.title-form-row{
    display: flex;
    justify-content: space-between;
}
.left-column-form{
    width: 50%;
}
.left-column-form button{
    margin-top: 25px;
}

/* Modal */
.border-modal-form{
    border: 3px solid #DA251D;
    padding: 25px;
    border-radius: 10px;
}
.md-modal {
    margin: auto;
    position: fixed;
    top: 100px;
    left: 0;
    right: 0;
    height: auto;
    z-index: 2000;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

.md-show {
    visibility: visible;
}

.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: rgba(#e4f0e3, 0.8);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.title-modal{
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}
.modal-description{
    font-size: 18px;
    font-weight: 300;
}
.btn-form-modal {
    transition: all 0.2s ease-in;
    background: #ffffff;
    font-size: 16px;
    width: 350px;
    color: #151515;
    border: none;
    padding: 18px;
    border-radius: 50px;
    margin-top: 25px;
}
.md-close{
    margin-left: auto;
    background: none;
    border: none;
    font-size: 14px;
    font-weight: 300;
}
.md-close:hover{
    cursor: pointer;
}
.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
}

.md-effect-12 .md-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
    background: rgb(255, 255, 255);
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
    background: transparent;
}

.md-show.md-effect-12 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* 404 */
.error-page-row {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.slider-img{
    width: 49.9%;
    display: flex;
}
.view-mob-contact{
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.view-menu{
    display: flex !important;
    flex-direction: column;
}
/* Support */
.support-content{
    display: flex;
    flex-direction: row;
}
.support-text{
    padding: 0 25px 25px 25px;
    width: 70%;
}
.support-tex-content {
    font-weight: 300;
    line-height: 1.5;
}
.support-tex-content > p > img {
    width: 100%;
    height: auto;
}
.support-text > hr{
    background: #eeeeee;
    height: 1px;
    border: none;
    margin: 15px 0;
}
.support-nav{
    display: flex;
    flex-direction: column;
    border-right: 1px solid #f3f3f3;
    height: 100%;
    width: 30%;
}
.item-support-menu {
    color: #080808;
    padding: 20px;
    border-bottom: 1px solid #e4e4e4;
}
.item-support-menu:hover{
    background: #f5f5f5;
    cursor: pointer;
}
.active-support{
    border-left: 3px solid #da251d;
}
.nested-support {
    display: none;
    color: #080808;
    background: #f5f5f5;
    padding: 10px 10px 10px 35px;
    border-left: 3px solid #da251d;
}
.nested-support:before{
    content: "-";
    margin-right: 5px;
}
.nested-support:hover{
    background: #efefef;
}
.active-nested{
    display: inherit !important;
}

/* Sales */
.sales-container{
    margin-top: 50px;
    display: flex;
    flex-direction: row;
}
.sale-item {
    color: initial;
    width: 50%;
    padding: 25px;
    margin: 5px;
    border-radius: 10px;
}
.sale-item-full{
    color: initial;
    padding: 25px;
    margin: 5px;
    border-radius: 10px;
}
.sale-title{
    margin-bottom: 10px;
}
.sale-title a{
    color: #080808;
}
.sale-date{
    color: #0d95e8;
}
.sale-banner {
    margin-top: 15px;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.32);
    -moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.32);
    box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.32);
}
.sale-banner-full {
    margin-top: 15px;
    margin-bottom: 25px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(50, 50, 50, 0.32);
    -moz-box-shadow:    0px 2px 3px 0px rgba(50, 50, 50, 0.32);
    box-shadow:         0px 2px 3px 0px rgba(50, 50, 50, 0.32);
}
.sale-banner-full img{
    width: 100%;
    height: auto;
}
.sale-banner img{
    width: 100%;
    height: auto;
}
.success{
    color: #5eb95e;
    font-weight: 500;
}
.danger{
    color: #da251d;
    font-weight: 500;
}
.sale-point{
    font-weight: 3500;
    position: absolute;
    top: -10px;
    right: 19px;
    background: #da251d;
    color: #fff;
    padding: 5px 10px 6px 11px;
    border-radius: 50px;
    font-size: 14px;
}
.big-menu{
    display: initial;
}
.pricer-tv-category{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-top: 50px;
    justify-content: center;
}
.pricer-tv-category-full{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    justify-content: center;
}
.pricer-tv-category-item {
    width: 350px;
    /* height: 350px; */
    /* display: flex; */
    text-align: center;
    border: 1px solid #ccc;
    padding: 50px;
    border-radius: 10px;
    margin: 10px;
}
.pricer-tv-category-item:hover {
    background: #f6f6f6;
}
.pricer-tv-category-item img{
    height: 60px;
}
.tv-price-title {
    display: flex;
    /* justify-content: center; */
    flex-direction: column;
    align-items: center;
}
.tv-price-title img{
    width: 250px;
    margin-bottom: 25px;
}
/* Accordion */
.accordion{
    display: flex;
    flex-direction: column;
    width: 100%;
}
.accordion .ui-accordion-header {
    margin: 0 10px 10px 10px;
    padding: 15px;
    border: 1px solid #ececec;
    background: #fff;
    cursor: pointer;
    outline: none;
    border-radius: 5px;
}

.ui-state-active {
    margin: 0 10px 10px 10px;
    padding: 15px;
    border-top: 1px solid #da251d !important;
    border-left: 1px solid #da251d !important;
    border-right: 1px solid #da251d !important;
    cursor: pointer;
    outline: none;
    border-radius: 5px 5px 0 0 !important;
    background: #fbfbfb !important;
}
.accordion .ui-accordion-content {
    margin: -11px 10px 10px 10px;
    padding: 10px 10px 50px 10px;
    border-top: none;
    border-left: 1px solid #da251d;
    border-right: 1px solid #da251d;
    border-bottom: 1px solid #da251d;
    background: #fff;
    border-radius: 0 0 5px 5px;
}
.channel-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
}
.channel-list-item {
    text-align: center;
    width: 120px;
    height: 100px;
    margin: 10px;
}
.channel-list-item img {
    width: 100px;
}

/* Tariff slide */
.slide-navigation {
    display: flex;
    margin-left: auto;
    padding-right: 15px;
}
.slide-navigation img{
    margin: 10px;
}
.slide-navigation img:hover{
    cursor: pointer;
}
.tariff-slide {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.tariff-slide-item {
    -webkit-box-shadow: 0px 1px 5px 0px rgb(50 50 50 / 40%);
    -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    box-shadow: 0px 1px 5px 0px rgb(50 50 50 / 40%);
    background: rgb(253, 253, 253);
    background: -moz-linear-gradient(90deg, rgb(253, 253, 253) 0%, rgb(248, 248, 248) 50%);
    background: -webkit-linear-gradient(90deg, rgb(253, 253, 253) 0%, rgb(248, 248, 248) 50%);
    background: -o-linear-gradient(90deg, rgb(253, 253, 253) 0%, rgb(248, 248, 248) 50%);
    background: -ms-linear-gradient(90deg, rgb(253, 253, 253) 0%, rgb(248, 248, 248) 50%);
    background: linear-gradient(180deg, rgb(253, 253, 253) 0%, rgb(248, 248, 248) 50%);
    padding: 25px;
    margin: 15px;
    min-width: 300px;
    text-align: center;
    min-height: 296px;
    position: relative;
    overflow: hidden;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
}
.discount-label {
    position: absolute;
    left: -30px;
    top: 8px;
    background: #FF5952;
    color: #fff;
    padding: 10px 35px;
    transform: rotate(-45deg);
}
.tariff-title-block{
    /* border-bottom: 1px solid #fff; */
    margin-bottom: 25px;
}
.tariff-content {
    display: flex;
    flex-direction: row;
    justify-content: center;
    /* margin-bottom: 25px; */
}
.btn-tariff-block {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}
.item-content-block{
    margin: 10px;
    display: flex;
    flex-direction: column;
}
.tariff-slide-item .tariff-name{
    color: #00456A;
    margin-bottom: 25px;
    font-size: 20px;
}
.tariff-slide-item .cost_text{
    font-size: 14px;
    margin-bottom: 5px;
    color: #00456A;
    font-weight: 300;
}
.tariff-slide-item .cost_value {
    margin-bottom: 15px;
    font-size: 36px;
    color: #FF5952;
    line-height: 1;
}
.tariff-slide-item .cost_value > .currency {
    font-size: 12px;
    color: #313131;
    line-height: 0;
    margin-left: 10px;
    font-weight: 300;
}
.tariff-slide-item .count_channel_text{
    color: #00456A;
    font-size: 14px;
    font-weight: 300;
}
.tariff-slide-item .count_channel_value{
    color: #FF5952;
    font-size: 36px;
    font-weight: 300;
}
.btn-view-channel-list{
    background: #FF5952;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff !important;
    padding: 15px 10px;
}
.btn-view-channel-list:hover{
    background: rgb(191, 43, 40);
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    padding: 15px 10px;
}
.view-tariff-list {
    margin-top: 15px;
    color: #545454;
    font-size: 14px;
    font-weight: 300;
}
.view-tariff-list:hover {
    cursor: pointer;
}
.old-price-text {
    font-size: 10px;
    color: #151212;
    font-weight: 300;
}
.old-price {
    font-size: 14px;
    color: #2e3848;
    text-decoration: line-through;
}
.channel-block {
    display: inline-flex;
    flex-flow: wrap;
}
.channel-item {
    width: 200px;
    float: left;
    text-align: center;
    margin-right: 30px;
    margin-bottom: 25px;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 10px;
}
.channel-item img{
    width: 150px;
}
.cost-discount > .old-price-text{
    color: #080808;
}
.cost-discount > .old-price{
    color: #080808;
}
.cost-label {
    font-size: 14px;
}

.full-price-container{
    width: 100%;
    display: flex;
}

/* Media */
@media(max-width: 1025px){
    body {
        background: url(/view/layouts/default/assets/img/bg-header.jpg) no-repeat;
        background-size: 100%;
        min-height: 1100px;
        background-position: top;
        font-family: 'Source Sans Pro', sans-serif;
        font-size: 16px;
        font-weight: 300;
    }
    .container{
        width: 1000px;
    }
    .slider-content {
        width: 80%;
    }
    .slide-title {
        color: #00456A;
        font-weight: 600;
        font-size: 46px;
        line-height: 1;
        /* margin-left: 22px; */
        text-transform: uppercase;
    }
    .company-description-item > h2 {
        color: #000;
        font-size: 46px;
    }
    .item-main-news {
        background-color: #fff;
        margin: 15px;
        border-radius: 25px;
        width: 30.1%;
    }

    .main-price-item {
        width: 31%;
        margin-left: 19px;
    }
    .footer {
        padding: 25px 0;
    }

    .main-price-item-category {
        width: 32.5%;
    }
}
@media (max-width: 769px){
    .menu a {
        font-size: 14px;
    }
    .item-slide {
        min-height: 350px;
    }
    .container {
        width: 750px;
    }
    .slider-content {
        width: 100%;
    }
    .slide-title {
        color: #00456A;
        font-weight: 600;
        font-size: 44px;
        line-height: 1;
        /* margin-left: 22px; */
        text-transform: uppercase;
    }
    .left-block-full-news {
        width: 90%;
        padding: 25px;
    }
    .right-block-full-news {
        background: #da251d08;
        display: flex;
        flex-wrap: wrap;
        width: 95%;
        padding: 25px 10px;
    }
    .benefits-row {
        justify-content: center;
        flex-wrap: wrap;
    }
    .benefits-border {
        display: none;
    }
    .benefits-item {
        width: 46%;
        height: 256px;
        margin: 10px;
    }
    .benefits-item > p {
        font-size: 22px;
    }
    .main-price-item {
        width: 33%;
        margin-left: 0;
    }
    .item-main-news {
        background-color: #fff;
        margin: 15px;
        border-radius: 25px;
        width: 100%;
    }

    .page-item-news {
        display: flex;
        flex-direction: column;
    }
    .footer-address-row {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    .contact-block {
        width: 80%;
    }
    .map-block {
        width: 80%;
    }
    .top-contact {
        justify-content: center;
    }
    .btn-login {
        font-size: 11px;
    }
    .burger-menu {
        display: inherit;
        margin-right: 0px;
        margin-left: 15px;
    }
    .category-tariff-name {
        font-size: 22px;
    }
    .sales-container {
        flex-direction: column;
    }
    .sale-item {
        width: 100%;
    }
    .menu {
        display: none;
        flex-direction: column;
        align-items: center;
        position: absolute;
        right: 0;
        background: #2d2d2d;
        padding: 25px 0;
        width: 100%;
    }

    .menu-link {
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .menu-link > a{
        margin-top: 15px;
    }

    .menu .fixed-mobile-menu{
        top: 80px !important;
    }

    .news-item {
        flex-direction: column;
        padding: 25px 10px;
    }
    .news-cover {
        width: 100%;
    }
    .news-item-text {
        width: 100%;
    }
    .big-menu > ul > li {
        width: 50px;
        padding: 0 20px;
    }
    .big-menu span {
        font-size: 12px;
    }
    .sale-point {
        right: 0px;
    }
}
@media (max-width: 427px){
    .container{
        width: 400px;
    }
    .main-about-description {
        color: #313131;
        font-size: 18px;
        font-weight: 300;
        padding: 15px 5px 15px 5px;
        line-height: 1.5;
    }
    .support-content {
        display: flex;
        flex-direction: column;
    }

    .support-nav {
        display: flex;
        flex-direction: column;
        border-right: 1px solid #f3f3f3;
        height: 100%;
        width: 99%;
    }
    .news-item {
        padding: 25px 10px;
    }
    .big-menu{
        display: none;
    }
    .item-slide {
        min-height: 200px;
    }
    .slide-title {
        font-size: 28px;
        background-color: #ffffff8c;
    }
    .slide-description {
        font-size: 14px;
        background-color: #ffffff8f;
        margin-top: 0px;
    }

    .logo {
        height: 20px;
    }
    .btn-login {
        border: none;
        background: #DA251D;
        color: #fff;
        border-radius: 100px;
        padding: 11px 10px;
        font-size: 12px;
        display: flex;
    }
    .item-slide {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 15px;
        flex-direction: column-reverse;
    }
    .main-about {
        margin-top: 40px;
    }
    .slider-img{
        display: flex;
    }
    .main-price-item-category {
        width: 100%;
    }
    .benefits-item {
        width: 50%;
        height: 190px;
        margin: 0px;
    }
    .benefits-item > p {
        word-break: normal;
        font-size: 14px;
        margin-top: 40px;
    }
    .company-description-item > p {
        padding-right: 0;
    }
    .company-description {
        padding-top: 25px;
    }
    .company-description-row {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .company-description-item {
        width: 99%;
    }
    .main-price-item {
        width: 99%;
        margin-left: 0;
    }
    .main-price-title > .in-detail {
        margin-left: 10px;
        color: #DA251D;
        text-decoration: none;
    }
    .main-price-title > .title {
        font-size: 48px;
        font-weight: 600;
        text-transform: uppercase;
        color: #313131;
        margin-left: 0;
    }
    .burger-menu {
        display: inherit;
        margin-right: -5px;
    }
    .left-column-form {
        width: 100%;
    }

    .top-contact {
        justify-content: space-between;
    }

    .menu {
        height: 100%;
        background: #2d2d2dfa;
        text-align: center;
        position: absolute;
        z-index: 1;
    }
    .menu a {
        font-size: 18px;
    }
    .nav-block {
        display: flex;
        flex-direction: column;
        height: 40px;
        width: 100%;
    }

    .sub-menu {
        background: #b11f19;
    }
    .sub-menu-active {
        display: flex;
        flex-direction: column;
        position: inherit;
        align-items: center;
    }
    .nav-block > li {
        list-style: none;
        padding-top: 9px;
        margin-bottom: 20px;
    }

    .sub-menu-item {
        list-style: none;
        width: max-content;
        margin-bottom: 15px;
    }

    .contact-telephone {
        display: none;
        position: absolute;
        text-align: center;
        top: 35px;
        right: 0;
        padding: 25px 0;
        width: 100%;
        background: #313131;
        z-index: 1000;
    }
    .contact-burger{
        display: flex;
    }

    .item-contact > a {
        color: #ffffff;
        text-decoration: none;
        margin-left: 15px;
    }
    .slide-navigation {
        display: none;
        margin-left: auto;
        padding-right: 15px;
    }
    .tariff-slide {
        display: block;
        /*flex-direction: column;*/
        /*justify-content: center;*/
        /*align-items: center;*/
        width: 100%;
    }
    .tariff-slide-item {

        margin: 0 0 15px 0;
    }
    .channel-item {
        width: 100px;
        float: left;
        text-align: center;
        margin-right: 15px;
        margin-bottom: 25px;
        border: 1px solid #ececec;
        border-radius: 5px;
        padding: 10px;
    }
    .channel-item img{
        width: 50px;
    }
}
@media (max-width: 427px) {
    .container {
        width: 360px;
    }
}