body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 100%;
    color: #1B1918;
}
img {
	max-width: 100%;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

a,
a:hover,
a:focus {
	text-decoration: none;
    outline: none;
    color: #1B1918;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

li {
    list-style-type: none;
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: none;
}
/*=================================
Header section start 
===================================*/
.ht-row {
    padding: 18px 0;
}
.header-contacts {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.header-contacts ul > li:nth-of-type(1) {
    margin-right: 40px;
}

.header-contacts ul > li {
    display: inline;
    color: #666666;
    font-size: 0.875em;
}

.header-contacts ul > li > span {
    font-size: 1.3em;
    font-weight: 500;
    color: #1B1918;
    margin-left: 16px;
}

.header-contacts ul li a > i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    font-size: 19px;
    background: #666666;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-contacts ul li a > i:hover {
    background: #1CA529;
}

.header-contacts ul li a:nth-of-type(1) > i {
    font-size: 16px;
}
.header-user-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.header-user-menu ul > li {
    display: inline;
}

.header-user-menu ul li > i {
    font-size: 20px;
    color: #666666;
    padding-right: 8px;
}

.header-user-menu ul li > a {
    font-size: 0.875em;
    text-decoration: underline;
    color: #666666;
}

.header-user-menu ul li:nth-of-type(1) {
    margin-right: 20px;
}

/*Modal sity menu******************/
.sity-modal .modal {
    top: 34px;
}
.sity-modal .modal-lg, .sity-modal .modal-xl {
    max-width: 1140px;
}
.sity-modal .modal-content {
    border: none;
    border-radius: 0;
    padding: 20px 20px 60px;
}

.sity-modal .fa-window-close-o {
    float: right;
}

.sity-modal .nav-pills .nav-link.active, .sity-modal .nav-pills .show>.nav-link {
    color: #1B1918;
    font-weight: 600;
    background-color: #fff;
}

.sity-modal .nav {
    padding-left: 25%;
}

.sity-modal h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 30px;
}
.header-top .sity-modal .sity-item li {
    display: block;
    margin: 0;
    padding-top: 8px;
}

.header-top .sity-modal .sity-item li > a {
    color: #666666;
    text-decoration: none;
    font-size: 14px;
}

.header-top .sity-modal .sity-item li > a:hover {
    color: #1CA529;
}

.header-top .sity-modal .sity-item li:nth-of-type(1) {
    margin: 0;
}
/*Modal sity menu end**************/

/*Navbar menu**********************/
.navbar {
    display: block;
    position: relative;
    background: #1CA529;
    padding: 0;
}

.navbar .logo a {
    position: relative;
    color: #1B1918;
    display: inline-block;
    z-index: 5;
    padding: 2px 24px 17px;
}

.navbar .logo a::before {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 5px;
    left: 0;
    z-index: -1;
    border-bottom: none;
    border-radius: 0 0 5px 5px;
    background: #fff;
    transform: perspective(2px) rotateX(-.7deg);
}

.navbar .logo img {
    margin-top: -55px;
}

.navbar .nav-menu {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
}

.navbar .nav-menu ul > li {
    display: inline;
    margin-right: 45px;
}

.navbar .nav-menu ul li > a {
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
}

.navbar .nav-menu .active {
    position: relative;
    color: #1B1918;
    display: inline-block;
    padding: 10px 40px 10px 40px;
    z-index: 5;
}

.navbar .nav-menu li:nth-of-type(2) .active {
    padding: 10px 30px 10px 30px;
}

.navbar .nav-menu li:nth-of-type(3) .active {
    padding: 10px 20px 10px 20px;
}

.navbar .nav-menu .active::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: -4px;
    left: 0;
    z-index: -1;
    border-bottom: none;
    border-radius: 5px 5px 0 0;
    background: #fff;
    transform: perspective(2px) rotateX(.86deg);
}

.navbar .nav-menu li:nth-of-type(3) .active::before {
    bottom: -4px;
    transform: perspective(2px) rotateX(.5deg);
}

.button-header {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    height: 100%;
}

.button-header .bth-chat,
.button-header .bth-call {
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
    width: 132px;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#B50A14), to(#DF0116));
    background: -moz-linear-gradient(top, #B50A14, #DF0116);
    background: -ms-linear-gradient(top, #B50A14, #DF0116);
    background-image: -o-linear-gradient(top, #B50A14, #DF0116);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B50A14', endColorstr='#DF0116');
}

.button-header .bth-chat:hover,
.button-header .bth-call:hover {
    background: #DF0116;
}

.button-header a {
    color: #fff;
}

.bth-chat {
    margin-right: 18px;
}

.sub-menu {
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.sub-menu ul > li {
    display: inline-block;
    padding: 17px 40px;
    font-size: 0.938em;
    color: #1B1918;
}

.sub-menu ul > li > a:hover {
    color: #1CA529;
}

/*Mobile menu start*****************/
.mobile-header {
    display: none;
    background-color: #fff;
    padding: 10px 0;
}

.mobile-header .mobile-logo {
    width: 13%;
}

.mobile-header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.mobile-header-contacts {
    display: flex;
    width: 70%;
    justify-content: flex-start;
    align-items: center;
}
 
.mobile-header-contacts ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.mobile-header-contacts span {
    font-size: 18px;
    padding-left: 5px;
}

.mobile-header-contacts i {
    font-size: 18px;
}

.mobile-header-contacts li:nth-of-type(1) > i {
    color: #DF0116;
}

.mobile-header-contacts li:nth-of-type(2) > a > i {
    color: #1CA529;
}

.nav-toggle-btn {
    width: 36px;
    height: 24px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    position: relative;
    padding: 0;
    outline: none;
}

.nav-toggle-btn span {
    background-color: #DF0116;
    left: 0;
    right: 0;
    position: absolute;
    height: 3px;
}

.nav-toggle-btn span:after {
    content: ' ';
    background-color: #DF0116;
    left: 0;
    right: 0;
    top: -10px;
    position: absolute;
    height: 3px;
    position: absolute;
}

.nav-toggle-btn span:before {
    content: ' ';
    background-color: #DF0116;
    left: 0;
    right: 0;
    top: 10px;
    position: absolute;
    height: 3px;
}

.nav-toggle-btn-close {
    position: absolute;
    background-color: #fff;
    width: 20%;
    left: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    padding: 32px 0;
}

.nav-toggle-btn-close  button {
    width: 36px;
    height: 24px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    position: relative;
    padding: 0;
    outline: none;
}

.nav-toggle-btn-close  button > span:after {
    content: ' ';
    background-color: #DF0116;
    left: 0;
    right: 0;
    top: 10px;
    position: absolute;
    height: 3px;
    transform: rotate(-45deg);
    top: 11px;
}

.nav-toggle-btn-close  button > span:before {
    content: ' ';
    background-color: #DF0116;
    left: 0;
    right: 0;
    top: 10px;
    position: absolute;
    height: 3px;
    transform: rotate(45deg);
    top: 11px;
}

#nav-menu-toggle {
    display: none;
    width: 100%;
    background: rgba(0, 0, 0, 0.096);
    right: -100%;
    height: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    clear: both;
    box-shadow: 0 2px 8px 1px rgba(0,0,0,.16), 0 0 0 1px rgba(0,0,0,.08);
}

.nav-menu-toggle-content {
    width: 80%;
    position: absolute;
    left: 20%;
    right: 0;
    bottom: 0;
    background-color: #fff;
    top: 0;
    overflow-y: scroll;
}

.toggle-top {
    background: #f2f2f2;
}

.nav-menu-mobile {
    width: 100%;
}

.nav-menu-mobile > ul {
    display: flex;
}

.nav-menu-mobile ul > li {
    flex: 1;
}

.nav-menu-mobile ul > li > a {
    display: block;
    text-decoration: none;
    color: #7F8A92;
    font-size: 16px;
    padding: 35px 2px;
    text-align: center;
}

.nav-menu-mobile li .active {
    font-weight: 600;
    background: #fff;
}

.content-toggle {
    padding: 12px 30px;
    overflow-y: scroll;
}

/*Sity mobile menu start ************************/
.sity-mobile {
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
}

.sity-mobile .fa-map-marker {
    color: #666666;
    font-size: 20px;
}

.sity-mobile > a {
    font-weight: 600;
    font-size: 15px;
    color: #666666;
    margin-left: 5px;
}
.sity-mobile .fa-sort-desc {
    transform: rotate(-90deg);
    font-size: 20px;
    color: #666666;
    vertical-align: middle;
    float: right;
}

.sity-mobile-menu .fa-sort-desc {
    font-size: 20px;
    color: #666666;
    vertical-align: middle;
    float: right;
}

.sity-mobile-menu {
    display: none;
    width: 100%;
    height: 100%;
    right: -100%;
    position: fixed;
    z-index: 1001;
    top: 0;
    clear: both;
    box-shadow: 0 2px 8px 1px rgba(0,0,0,.16), 0 0 0 1px rgba(0,0,0,.08);
}

.sity-mobile-dropdown-menu {
    width: 80%;
    position: absolute;
    left: 20%;
    right: 0;
    bottom: 0;
    background-color: #fff;
    top: 0;
    overflow-y: scroll;
}

.sity-mobile-menu-bth {
    position: absolute;
    background-color: #fff;
    width: 20%;
    left: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    padding: 32px 0;
}

.sity-mobile-menu-bth .fa-reply {
    font-size: 26px;
    color: #DF0116;
}

.sity-mobile-menu.open-dropdown {
    display: block;
}

.sity-mobile-item {
    padding: 0 30px;
}

.sity-mobile-title {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
    font-size: 15px;
    text-align: center;
    color: #666666;
    padding: 30px 0;
}

.sity-mobile-name-region {
    padding: 15px 0;
    border-bottom: 1px solid #f2f2f2;
    background: #fff;
    position: relative;
    z-index: 10;
}

.sity-mobile-name-region > a {
    font-size: 15px;
    font-weight: 600;
    color: #666666;
}

.sity-mobile-menu-list {
    display: none;
    padding: 12px 10px;
    z-index: 5;
}

.sity-mobile-menu-list > li {
    padding: 5px;
    padding: 5px 0;
}

.sity-mobile-menu-list > li > a {
    font-size: 14px;
    color: #666666;
}

/*Sity mobile menu end ************************/

.sub-menu-mobile {
    margin-top: 8px;
}

.sub-menu-mobile li {
    padding: 8px 0;
}

.sub-menu-mobile li > a {
    font-size: 18px;
}

.sub-menu-mobile .personal-account-link > a{
    color: #DF0116;
}

.bth-call-mobile {
    width: 100%;
    background: #DF0116;
    padding: 12px 15px;
    border-radius: 4px;
    text-align: center;
    box-shadow: 0px 6px 10px 0px #cbcbcb;
    margin-top: 15px;
}

.bth-call-mobile > a {
    color: #fff;
    font-size: 16px;
}
/*Mobile menu end*******************/

/*=================================
Header section end 
===================================*/

/*=================================
 Banner slaider start 
===================================*/
.banner-slaider {
    max-width: 100%;
    margin: 0 auto;
}
.banner-slaider .cc-pi {
    width: 50px;
    height: 60px;
    text-align: center;
    vertical-align: middle;
    background: rgba(255, 255, 255, 0.5);
    padding-top: 10px;
}

.banner-slaider .carousel-control-next-icon, 
.banner-slaider .carousel-control-prev-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: no-repeat 50%/100% 100%;
}

.banner-slaider .carousel-control-prev-icon {
    background-image: url(../img/left.png);
}

.banner-slaider .carousel-control-next-icon {
    background-image: url(../img/right.png);
}

.banner-slaider .banner-block {
    position: relative;
}

.banner-slaider .banner-block .banner-title {
    position: absolute;
    top: 20%;
    left: 20%;
}

.banner-slaider .banner-block .banner-title h1 {
    color: #fff;
    font-size: 2em;
}

.banner-slaider .banner-block .banner-title .bth-banner {
    background: #1CA529;
    width: 200px;
    height: 40px;
    padding: .5em 0 0 3.7em;
    border-radius: 2px;
    margin: 17% 0 0 19%;
    cursor: pointer;
}

.banner-slaider .banner-block .banner-title .bth-banner > a {
    color: #fff;
    font-size: 1em;
}

.banner-slaider .banner-block .banner-title .bth-banner:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#92bf0b), to(#1CA529));
    background: -moz-linear-gradient(top, #92bf0b, #1CA529);
    background: -ms-linear-gradient(top, #92bf0b, #1CA529);
    background-image: -o-linear-gradient(top, #92bf0b, #1CA529);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92bf0b', endColorstr='#1CA529');
}
/*=================================
 Banner slaider end 
===================================*/
.fon {
    background: #F2F2F2;
}
/*=================================
 Form section start 
===================================*/
.form-section {
    padding: 17px 0;
}

.form-block {
    margin: 0 auto;
    width: calc(100% - 160px);
    padding: 40px;
    box-shadow: 0 50px 50px #dcdcdc;
    background: #fff;
}

.form-block h1 {
    margin-bottom: 22px;
    text-align: center;
    font-size: 1.5em;
    line-height: 29px;
}

.form-block p {
    color: #666666;
    text-align: center;
    margin-bottom: 53px;
}

.form-block .consent p {
    margin-bottom: 0;
    font-size: 0.75em;
}

.form-block .consent p > a {
    color: #DF0116;
}

.form-block .input-field {
    float: left;
    margin-bottom: 35px;
}

.form-block .input-field input {
    width: 100%;
    padding: 10px 14px 10px;
    border: 1px solid #1CA529;
    border-radius: 4px;
    overflow: hidden;
    background: #F8F8F8;
}

.form-block .input-field input::placeholder {
    color: #666666;
}
.form-block .input-field button {
    width: 100%;
    background: #1CA529;
    color: #fff;
    padding: 10px 14px 10px;
    border: none;
    border-radius: 4px;
}

.form-block .input-field button:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#92bf0b), to(#1CA529));
    background: -moz-linear-gradient(top, #92bf0b, #1CA529);
    background: -ms-linear-gradient(top, #92bf0b, #1CA529);
    background-image: -o-linear-gradient(top, #92bf0b, #1CA529);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92bf0b', endColorstr='#1CA529');
}
.form-block .consent {
    clear: both;
}
/*=================================
 Form section end 
===================================*/

/*================================= 
Services section start 
===================================*/
.services-section {
    padding: 20px 0;
}
.caption-style {
    padding: 26px 0;
}
.box-home-1 {
    display: block;
    position: relative;
    overflow: hidden;
    background: url(../img/internet.jpg) no-repeat;
    background-size: cover;
    z-index: 0;
    margin-bottom: 30px;
}

.box-home-2 {
    display: block;
    position: relative;
    overflow: hidden;
    background: url(../img/tv3.png) no-repeat;
    background-size: cover;
    z-index: 0;
}

.box-home-2 ul {
    padding-left: 14px;
}

.box-home-2 ul > li {
    list-style-type: square;
}

.box-home-content {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    z-index: 0;
    font-size: 14px;
}

.box-home-content h2 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
}

.uslugi-price {
    display: inline-flex;
    font-size: 14px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.uslugi-price > span:nth-of-type(2) {
    font-size: 50px;
    font-weight: 700;
    padding: 0 5px;
}

.uslugi-price > div {
    display: flex;
    flex-direction: column;
}

.uslugi-price > div > span {
    position: relative;
}
.uslugi-price > div > span:nth-of-type(1):after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

.box-home-1 .box-home-content,
.box-home-2 .box-home-content {
    text-align: left;
    padding: 23px 0 0 10px;
    height: 300px;
}

.box-home-1::after,
.box-home-2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(28, 165, 41, 0.9);
    width: 75%;
    z-index: -1;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skewX(-61.2deg);
    -ms-transform: skewX(-61.2deg);
    transform: skewX(-61.2deg);
}

.bth-uslugi {
    text-align: center;
    background: #DF0116;
    border-radius: 2px;
    padding: 10px 32px;
    cursor: pointer;
}

.bth-uslugi a {
    color: #fff;
    font-size: 16px;
}

.bth-uslugi:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#B50A14), to(#DF0116));
    background: -moz-linear-gradient(top, #B50A14, #DF0116);
    background: -ms-linear-gradient(top, #B50A14, #DF0116);
    background-image: -o-linear-gradient(top, #B50A14, #DF0116);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B50A14', endColorstr='#DF0116');
}

.box-home-1 .bth-uslugi,
.box-home-2 .bth-uslugi {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.box-home-3 {
    display: block;
    position: relative;
    overflow: hidden;
    background: url(../img/house.png) no-repeat;
    background-size: cover;
    z-index: 0;
    height: 630px;
}

.box-home-3 .box-home-content {
    text-align: right;
    padding: 23px 10px 0 0;
}

.box-home-3::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(28, 165, 41, 0.9);
    width: 100%;
    z-index: -1;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-38deg);
    -ms-transform: rotate(-38deg);
    transform: rotate(-38deg);
}

.box-home-3 .bth-uslugi {
    position: absolute;
    bottom: 30px;
    left: 30px;
}

.box-home-3 .uslugi-price {
    justify-content: flex-end;
}
.box-home-1, .box-home-2, .box-home-3 {
    transform: scale(1);
    transition:box-shadow .5s, transform .5s;
}

.box-home-1:hover, .box-home-2:hover, .box-home-3:hover {
    transform: scale(1.03);
    box-shadow: 5px 20px 30px rgba(0,0,0,0.2);
}
/*=================================
 Services section end
===================================*/

/*=================================
News and promotions section start 
===================================*/
.news-promo-section {
    padding: 20px 0;
}
.np-block {
    padding: 20px;
    background: #fff;
    text-align: center;
    overflow: hidden;
}

.np-block .np-img img {
    max-height: 125px;
    width: 100%;
}
.np-block h3 {
    font-weight: 600;
    font-size: 1.5em;
    margin: 10px 0 0 0;
}

.np-block .np-rubric-date span:nth-of-type(2) {
    padding-left: 5px;
}

.np-block .np-rubric-date a{
    color: #999999;
    font-size: .9em;
}

.np-block p {
    padding: 18px 0;
    margin: 0;
}

.np-block .np-bth {
    width: 160px;
    padding: 4px 0;
    background: #DF0116;
    margin: 0 auto;
    border-radius: 4px;
}

.np-block .np-bth a {
    color: #fff;
}

.np-block .np-bth:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#B50A14), to(#DF0116));
    background: -moz-linear-gradient(top, #B50A14, #DF0116);
    background: -ms-linear-gradient(top, #B50A14, #DF0116);
    background-image: -o-linear-gradient(top, #B50A14, #DF0116);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B50A14', endColorstr='#DF0116');
}
/*=================================
News and promotions section end 
===================================*/

/*=================================
Сompany advantages section start 
===================================*/
.company-advantages-block {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.company-advantages-block > div {
    width: 48%;
}
.company-advantages {
    padding: 50px 0;
}

.company-advantages-block {
    background: #fff;
}

.advantages-left {
    display: block;
    position: relative;
    overflow: hidden;
    background: #fff;
    z-index: 0;
    color: #fff;
}

.advantages-title {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    z-index: 0;
    font-size: 14px;
}

.advantages-title h1 {
    margin-bottom: 25px;
    text-transform: uppercase;
}

.advantages-left .advantages-title {
    text-align: left;
    padding: 23px 0 0 10px;
    height: 500px;
}

.advantages-left .advantages-title p {
    width: 50%;
}
.advantages-left .advantages-img {
    display: block;
    position: absolute;
    bottom: 30px;
    right: 0;
    max-width: 54%;
}

.advantages-left::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(28, 165, 41, 0.9);
    width: 100%;
    z-index: -1;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skewX(-46.8deg);
    -ms-transform: skewX(-46.8deg);
    transform: skewX(-46.8deg);
}

.advantages-content {
    overflow: hidden;
}
.advantages-content > div {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
    position: relative;
}

.advantages-content > div:nth-of-type(2) {
    margin-top: 4px;
}
.advantages-content > div:nth-of-type(1):after {
    display: block;
    position: absolute;
    content: ' ';
    bottom: -3px;
    left: 0;
    right: 0;
    width: 100%;
    height: 0;
    border: .5px solid #C4C4C4;
}

.advantages-content > div:nth-of-type(2):after {
    display: block;
    position: absolute;
    content: ' ';
    bottom: 0;
    top: 0;
    left: -89px;
    width: 100%;
    height: 0;
    border: .5px solid #C4C4C4;
    transform: rotate(90deg);
}

.advantages-content > div:nth-of-type(2):before { 
    display: block;
    position: absolute;
    content: ' ';
    bottom: 0;
    top: 0;
    left: 89px;
    width: 100%;
    height: 0;
    border: .5px solid #C4C4C4;
    transform: rotate(90deg);
}

.advantages-content > div > .advantages-box {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 30px 10px;
    -o-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.advantages-box > p {
    margin: 0;
    padding: 30px 0;
    text-align: center;
}
.advantages-box > div img {
   width: 80px;
   height: 80px;
}
.advantages-box:hover {
    -webkit-box-shadow: 0px 0px 10px 5px rgba(196,196,196,1);
    -moz-box-shadow: 0px 0px 10px 5px rgba(196,196,196,1);
    box-shadow: 0px 0px 10px 5px rgba(196,196,196,1);
}
/*=================================
Сompany advantages section end 
==================================*/

/*=================================
Сlient feedback section start 
===================================*/
.feedback-section {
    padding: 50px 0 100px;
}

.client-feedback {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 50px 0;
}

.client-feedback .client-img {
    width: 110px;
    height: 110px;
    border: 10px solid #DF0116;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
}

.client-feedback .client-img img {
    height: 100%;
}

.client-feedback h5 {
    font-size: 15px;
    color: #666666;
}

.client-feedback p {
    width: 50%;
    padding: 20px 0;
    text-align: center;
    margin: 0;
    font-size: 18px;
}

.feedback-section .carousel-indicators li {
    width: 12px;
    height: 12px;
    background-color: #FFFFFF;
    border-radius: 50%;
}

.feedback-section .carousel-control-prev-icon {
    background-image: url(../img/f-left.png);
}

.feedback-section .carousel-control-next-icon {
    background-image: url(../img/f-right.png);
}

.carousel-control-next-icon, 
.carousel-control-prev-icon {
    width: 50px;
    height: 50px;
}

.feedback-section .carousel-control-next, 
.feedback-section .carousel-control-prev {
    opacity: 1;
}
/*=================================
 Сlient feedback section end 
===================================*/

/*=================================
 Footer section start 
===================================*/
.footer {
    padding: 30px 0;
    background: #2D2D2D;
    color: #EDEDED;
    letter-spacing: .5px;
}

.footer-contacts {
    width: 100%;
    text-align: center;
}

.footer-contacts > span {
    font-size: 24px;
    font-weight: 600;
}

.footer-contacts > div {
    margin-top: 15px;
}
.footer-contacts i {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    font-size: 22px;
    background: #EDEDED;
    color: #666666;
    border-radius: 50px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-contacts i:nth-of-type(1) {
    font-size: 19px;
}
.footer-contacts i:hover {
    background: #1CA529;
    color: #fff;
}

.footer .row {
    padding: 35px 0 35px;
}

.footer-menu h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 35px;
}

.footer-menu ul li {
    margin-bottom: 18px;
    font-size: 16px;
}
.footer-menu ul li > a {
    color: #EDEDED;
    font-size: 16px;
}

.footer-menu ul li > a:hover {
    color: #999999;
}

.footer-menu:nth-of-type(1) ul > li:nth-of-type(3) {
    font-size: 22px;
    margin-top: 40px;
}

.copiright {
    width: 100%;
    border-top: .5px solid #EDEDED;
    text-align: center;
    font-size: 13px;
    padding-top: 35px;
}

.copiright p {
    margin: 0;
}

.copiright a {
    color: #EDEDED;
}
/*=================================
 Footer section end 
===================================*/

/*Business page style-------------------------------*/
/*=================================
 Form section start 
===================================*/
.form-block .if-center {
    float: none;
    clear: both;
    margin: 0 auto;
}

.form-block .consent-business {
    margin: 35px 0;
}

.form-block .title-form {
    margin-bottom: 53px;
    padding: 0 20px;
}
/*=================================
 Form section end
===================================*/

/*=================================
 Services section pages - 
 business and state-organization start
===================================*/
.box-uslugi {
    display: block;
    position: relative;
    overflow: hidden;
    z-index: 0;
    margin-bottom: 30px;
    transform: scale(1);
    transition: box-shadow .5s, transform .5s;
}

.box-uslugi-content {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: #fff;
    z-index: 0;
    font-size: 14px;
}

.box-uslugi .box-uslugi-content  {
    text-align: left;
    padding: 20px 15px;
    height: 250px;
}

.box-uslugi::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(28, 165, 41, 0.9);
    width: 100%;
    z-index: -1;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: skewX(-61.2deg);
    -ms-transform: skewX(-61.2deg);
    transform: skewX(-61.2deg);
}

.box-uslugi-content h2 {
    position: absolute;
    font-size: 26px;
    font-weight: 600;
}

.box-uslugi .bth-uslugi {
    display: none;
    position: absolute;
}

/*Style box-----------------------------*/
.internet-box .box-uslugi-content h2 {
    left: 15px;
}

.tv-box::after {
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transform: skewX(61.2deg);
    -ms-transform: skewX(61.2deg);
    transform: skewX(61.2deg);
}

.tv-box .box-uslugi-content h2 {
    bottom: 10px;
    position: absolute;
}

.video-box .box-uslugi-content {
    height: 530px;
}

.video-box .box-uslugi-content h2 {
    text-align: center;
    left: 0;
    right: 0;
}
.video-box::after {
    right: 0;
    height: 25%;
    -webkit-transform-origin: none;
    -ms-transform-origin: none;
    transform-origin: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.vpn-box .box-uslugi-content h2 {
    text-align: right;
    right: 15px;
}

.vpn-box::after {
    -webkit-transform: skewX(61.2deg);
    -ms-transform: skewX(61.2deg);
    transform: skewX(61.2deg);
}

.wifi-box .box-uslugi-content h2 {
    position: absolute;
    bottom: 10px;
    right: 15px;
}

.wifi-box::after {
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
}

.tv-box, .video-box, .wifi-box {
    margin-bottom: 0;
}

.internet-box .uslugi-price {
    position: absolute;
    top: 18%;
    left: 15px;
}

.tv-box .uslugi-price {
    position: absolute;
    bottom: 18%;
    left: 15px;
}

.video-box .uslugi-price {
    position: absolute;
    top: 8%;
    justify-content: center;
    left: 0;
    right: 0;
}

.vpn-box .uslugi-price {
    position: absolute;
    top: 18%;
    right: 15px;
    justify-content: flex-end;
}

.wifi-box .uslugi-price {
    position: absolute;
    bottom: 18%;
    right: 15px;
    justify-content: flex-end;
}
/*Style box end---------------------------*/

.box-uslugi:hover, .box-uslugi:hover:after {
    transform: scale(1.03) skewX(0);
    box-shadow: 5px 20px 30px rgba(0,0,0,0.2);
}

.box-uslugi:hover .box-uslugi-content h2 {
    text-align: center;
    top: 20%;
    left: 0;
    right: 0;
}

.box-uslugi:hover .bth-uslugi {
    display: block;
    left: 27%;
    bottom: 30px;
}

.box-uslugi:hover .uslugi-price {
    display: none;
}
.video-box:hover:after {
    height: 100%;
}

.video-box:hover .bth-uslugi {
    bottom: 40%;
}
/*=================================
 Services section pages - 
 business and state-organization end
===================================*/

/*=================================
 Partnership section, pages - business
===================================*/
.partnership-section {
    padding: 20px 0;
}

.partnership-block {
    display: block;
    position: relative;
}

.partnership-block .partnership-content {
    background: rgba(0, 0, 0, 0.45);
    height: 200px;
    color: #fff;
    padding: 20px;
}

.partnership-block .partnership-content h2 {
    font-size: 28px;
    font-weight: 600;
}

.bth-partnership {
    text-align: center;
    background: #1CA529;
    border-radius: 2px;
    padding: 10px 32px;
    cursor: pointer;
    width: 35%;
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.bth-partnership a {
    color: #fff;
    font-size: 16px;
}

.bth-partnership:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#92bf0b), to(#1CA529));
    background: -moz-linear-gradient(top, #92bf0b, #1CA529);
    background: -ms-linear-gradient(top, #92bf0b, #1CA529);
    background-image: -o-linear-gradient(top, #92bf0b, #1CA529);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#92bf0b', endColorstr='#1CA529');
}

.state-projects .partnership-content {
    height: 350px;
}

.state-projects .bth-partnership {
    width: 45%;
}
/*=================================
 Partnership section , pages - business
 end
===================================*/

/*=================================
 Partners logo carousel
===================================*/
.partners-carousel {
    padding: 50px 0;
    background: #fff;
    text-align: center;
}

.partners-carousel h1 {
    font-size: 22px;
    margin-bottom: 32px;
}

.owl-carousel .owl-item img {
    width: 80%;
}

.owl-stage {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
/*=================================
 Partners logo carousel end
===================================*/

/*=================================
Content project section start
===================================*/
.content-project-section {
    padding: 20px 0;
}

.content-project {
    display: block;
    position: relative;
    background: #fff;
    height: 200px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    padding: 18px 18px 40px;
}

.content-project > div {
    margin-bottom: 17px;
    clear: both;
    overflow: hidden;
}

.content-project > div > img {
    width: 50px;
    float: right;
}
.content-project h4 {
    font-size: 20px;
    clear: both;
}
.content-project p {
    display: block;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 40px 20px;
    margin-bottom: 0;
    cursor: default;
}

.content-project:hover p {
    opacity: 1;
    background: #fff;
    -webkit-transition: .1s;
    -moz-transition: .1s;
    -o-transition:.1s;
    transition: .1s;
}
/*=================================
Content project section end
===================================*/