@import url(/assets/fonts/SiteFont/stylesheet.css);

html,
body,
main {
    width: 100%;
    height: 100%;
}

body {
    font-family: 'open_sansregular', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #030303;
    background-color: #ffffff;
}

::selection {
    background: #ff2942;
    color: #ffffff;
    /* Safari */
}

::-moz-selection {
    background: #ff2942;
    color: #ffffff;
    /* Firefox */
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'roboto_condensedbold', sans-serif;
}

a {
    color: #ff2942;
    text-decoration: underline;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    outline: none;
}

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

body.modal-open .mm-slideout {
    z-index: inherit;
}

.slider-for,
.slider-for-item-img,
.slick-track,
.slick-list {
    height: 100%!important;
}

.slider-for-item-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center right;
}

.btn {
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

main {
    padding-top: 48px;
}

.section-title {
    margin: 0;
    font-size: 36px;
    text-align: center;
    color: #16436d;
}

.section-title::after {
    content: '';
    display: block;
    background-image: url(/assets/images/icon-title.png);
    width: 123px;
    height: 11px;
    margin: 0 auto 30px;
}

.footer-container_title .section-title {
    color: #ffffff;
}

.section-title_white {
    color: #ffffff;
}

.section-title_white::after {
    background-position: bottom;
}

.section-title_about,
.section-down-title_about {
    text-transform: uppercase;
}

.section-down-title_about {
    color: #16436d;
    font-size: 24px;
    font-family: 'roboto_condensedregular';
    text-align: center;
    margin: 0 auto 70px;
}

.section-title_about::after {
    margin: 0 auto 10px;
}

.fixed-header {
    position: fixed;
    z-index: 9;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #ffffff;
}

.fixed-header.fixed {
    overflow: hidden;
}

.navbar {
    padding: 0;
}

.navbar-brand {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
     width: 280px;
}

.navbar-expand-lg .navbar-nav {
    width: 100%;
    justify-content: right;
}

.fixed-header_navbar,
.fixed-header_logo,
.fixed-header_dop-box {
    padding: 0;
}

.fixed-header_contacts {
    float: right;
    width: 277px;
    padding: 0px 5px 0 0;
}

.btn-SendMail {
    float: right;
}

.fixed-header_contacts div {
    padding: 9px 0;
    float: left;
}

.fixed-header_contacts div a {
    display: block;
}

.btn-SendMail {
    color: #ffffff;
    text-transform: uppercase;
    padding: 24px 0px;
    width: 230px;
    font-family: 'roboto_condensedbold', sans-serif;
    background-color: #ff2942;
    border-radius: 0;
    font-size: 24px;
    line-height: 22px;
}

.btn-SendMail:hover {
    color: #ffffff;
    background-color: #030303;
}

.fixed-header_contacts-title {
    font-family: 'open_sanslight', sans-serif;
    font-weight: 100;
    text-transform: uppercase;
    font-size: 14px;
    float: left;
    width: 140px;
    padding: 23px 0;
}

.fixed-header_contacts-link {
    font-size: 18px;
    font-family: 'roboto_condensedbold';
    color: #030303;
    text-decoration: none;
}

.fixed-header_contacts-link:hover {
    color: #ff2942;
}

.slider-for-item {
    margin-top: 20%;
}

.slider-for-item_title-red,
.slider-for-item_title-white {
    font-size: 72px;
    text-transform: uppercase;
    margin: 0;
    line-height: 72px;
}

.slider-for-item_title-red {
    color: #ff2942;
}

.slider-for-item_title-white {
    color: #ffffff;
}

.slider-parts .slick-slide {
    padding: 0 15px;
}

.slider-for-item_title-text {
    font-weight: 100;
    font-size: 24px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'roboto_condensedlight', sans-serif;
}

.services-item-container {
    color: #ffffff;
    background-color: #ff2942
}

.services-item-container::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 68px;
    z-index: 0;
    bottom: -68px;
    left: 0;
    background-image: url(/assets/images/services-treegol.png);
    background-position: top center;
}

.services-item_container {
    color: #ffffff;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.services-item_container::after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(20, 24, 47, 0.5);
    top: 0;
    left: 0;
}

.services-item_container h3,
.services-item_container button {
    position: relative;
    z-index: 1;
}

.services-item_container h3 {
    font-size: 48px;
    text-align: center;
    margin: 0 0 60px;
    padding: 80px 0 0;
}


.services-item_container-horizontal {
    height: 380px;
}

.services-item_container-text_box {
    padding: 40px 60px;
    text-align: justify;
    font-size: 17px;
}

.btn-services-item {
	position: relative;
    margin: 0 auto;
    width: 250px;
    font-size: 24px;
    text-transform: uppercase;
    color: #ffffff;
    border: 5px solid #ff2942;
    font-family: 'roboto_condensedbold';
    display: block;
    background-color: rgba(255, 41, 66, 0);
    border-radius: 0;
    z-index: 0;
}

.btn-services-item_white {
    border: 5px solid #ffffff;
}

.btn-services-item:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.btn-services-item {
	overflow: hidden;
}

.btn-services-item:after {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
    background-color: rgba(255, 41, 66, 1);
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(135deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(135deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(135deg);
	transform: translateX(-50%) translateY(-50%) rotate(135deg);
}

.btn-services-item:hover,
.btn-services-item:active {
	color: #ffffff;
}

.btn-services-item:hover:after {
	height: 260%;
	opacity: 1;
}

.btn-services-item:active:after {
	height: 500%;
	opacity: 1;
}

.btn-services-item_white:hover {
    border: 5px solid #ffffff;
    color: #ff2942;
}

.btn-services-item_white:after{
    background-color: rgba(255, 255, 255, 1);
}

.statistics-secton {
    background-image: url(/assets/images/img-statistics.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    text-align: center;
    padding: 170px 0;

}

.statistics-secton .container {
    position: relative;
    z-index: 1;
}

.statistics-secton::after {
    content: '';
    display: block;
    background-image: url(/assets/images/bg-statistics-footer.png);
    width: 100%;
    height: 181px;
    margin: 0 auto 0px;
    position: absolute;

}

.circle {
    font-size: 30px;
    font-family: 'roboto_condensedregular';

}

.circle::after {
    content: '';
    display: block;
    background-image: url(/assets/images/icon-title.png);
    width: 123px;
    height: 11px;
    margin: 0 auto 0px;
}

.label {
    font-size: 21px;
    font-family: 'roboto_condensedlight';
}

.spincrement {
    font-size: 53px;
    font-family: 'roboto_condensedbold';
}

.container-fluid_about {
    background-image: url(/assets/images/img-partners.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}

.container-fluid_about::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    background-color: rgba(20, 24, 47, 0.5);
}

.container-fluid_about .row {
    position: relative;
    z-index: 1;
}

.container-fluid_about-white {
    background-color: #ffffff;
}

.container-fluid_about-white::after {
    background-image: url(/assets/images/bg-content-footer.png);
    content: '';
    width: 84%;
    height: 100%;
    display: block;
    bottom: -258px;
    left: 0;
    position: absolute;
    background-repeat: no-repeat;
    z-index: -1;
}

.container-fluid_about-white .nav-link {
    padding: 0;
}

.nav-pills .nav-link {
    font-size: 14px;
    text-decoration: none;
    font-family: 'roboto_condensedbold';
    padding: 0 0 70px;
    position: relative;
    color: #16436d;
}

.nav-pills .nav-link::before {
    content: '';
    width: 13px;
    height: 13px;
    border-radius: 50%;
    border: 3px solid #f3f3f3;
    background: #d9d9d9;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}

.nav-pills .nav-link.active,
.nav-pills .nav-link:hover,
.nav-pills .show > .nav-link {
    background-color: rgba(255, 255, 255, 0);
    color: #ff2942;
}

.nav-pills .nav-link.active::before {
    border: 3px solid #ffffff;
    background: #ff5468;
}

.slider-parts {
    margin-bottom: 80px!important;
}

.news-item {
    padding: 0 10px;
    position: relative;
}

.news-item:first-child {
    padding: 0 15px 0 0;
}

.news-item:last-child {
    padding: 0 0 0 15px;
}

.news-item-txt {
    padding: 30px 15px 60px 15px;
}

.news-item:nth-child(2) .news-item-img {
    position: absolute;
    bottom: 0;
}

.news-item-img {
    position: relative;
}

.news-item_date-line {
    background-color: rgba(255, 255, 255, 0.3);
    width: 100%;
    height: 2px;
}

.news-item_date {
    position: absolute;
    z-index: 1;
    top: 15px;
    right: 15px;
    color: #ffffff;
    background-color: #ff2942;
    font-family: 'roboto_condensedbold';
    font-size: 12px;
    padding: 10px;
}

.news-item_date::after {
    content: '';
    width: 10px;
    height: 9px;
    display: block;
    background-image: url(/assets/images/date-news-icons.png);
    margin: 10px 0 0 55px;
    position: absolute;
}

.news-item-txt .news-item-txt_link {
    color: #16436d;
    text-decoration: none;
    font-size: 24px;
    text-transform: uppercase;
}

.news-item-txt .news-item-txt_link:hover {
    color: #ff2942;
}

.footer-container_title {
    background-image: url(/assets/images/img-contacts.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 130px 0 100px;
    position: relative;
}

.footer-container_title::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 0;
    background-color: rgba(20, 24, 47, 0.5);
}

.footer-container_title h2 {
    position: relative;
    z-index: 1;
}

.footer-container_map {
    position: relative;
}

.footer-container_map iframe {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
}

.footer-container_contacts {
    background-color: #ffffff;
    border-right: 5px solid #16436d;
    padding: 30px 15px;
    margin: 30px 0;
}

.footer-container_contacts h3 {
    font-size: 24px;
    margin: 0 0 30px;
    color: #16436d;
    font-family: 'roboto_condensedbold';
}

.footer-container_contacts ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-container_contacts ul li {
    margin: 0 0 15px;
    font-size: 18px;
}

.footer-container_contacts ul li .fa {
    float: left;
    color: #16436d;
    font-size: 24px;
    margin-right: 10px;
}

.footer-container_contacts ul li .fa.fa-mobile {
    font-size: 36px;
    margin-top: 10px;
}

.footer-container_contacts ul li a {
    color: #343434;
    text-decoration: none;
}

.footer-container_contacts ul li a:hover {
    color: #ff2942;
}

.footer-container_contacts .btn-SendMail {
    float: none;
    line-height: 0px;
    margin: 0 auto;
    width: 230px;
    display: block;
    opacity: 1;
    visibility: visible;
}

.footer-container_coperite {
    background-color: #2a2a2a;
    color: #ffffff;
    text-align: center;
    padding: 15px 0;
    font-size: 12px;
    bottom: -2px;
    position: relative;
}

.footer-container_coperite a {
    color: #fff;
}

.mat-div{
    margin-bottom: 15px;
}

.btn-primary-red{
    background-color: #ff2942;
    border-color: #ff2942;
}

@media (max-width: 991px) {
    main {
        padding: 0;
    }
    .fixed-header {
        height: 60px;
        overflow: hidden;
    }
    .fixed-header .navbar-brand img {
        width: 240px;
    }
    .fixed-header_navbar,
    .fixed-header_dop-box {
        display: none;
    }
    /* main menu block */
    .mobile-menu {
        background-color: #ffffff;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 100;
        height: 100%;
        width: 100%;
        display: table;
        text-align: center;
        opacity: 0;
        -webkit-transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        transition: all 500ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    .mobile-menu.act {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    .mobile-menu.act ul li {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .mobile-menu ul {
        display: table-cell;
        vertical-align: middle;
    }
    .mobile-menu li {
        padding: 8px 0;
        -webkit-transition: all 400ms 510ms;
        transition: all 400ms 510ms;
        opacity: 0;
    }
    .mobile-menu li:nth-child(odd) {
        -webkit-transform: translateX(30%);
        transform: translateX(30%);
    }
    .mobile-menu li:nth-child(even) {
        -webkit-transform: translateX(-30%);
        transform: translateX(-30%);
    }
    .mobile-menu li:last-child {
        -webkit-transform: none;
        transform: none;
    }
    .mobile-menu a {
        color: #ff2942;
        display: inline-block;
        font-size: 18px;
        text-decoration: none;
    }
    .mobile-menu a:hover,
    .mobile-menu a.active {
        color: #333;
        display: inline-block;
        font-size: 18px;
    }
    .mobile-menu a.suBtn {
        color: #fff;
    }
    /* sign up button */
    .suBtn {
        background-color: #ff2942;
        border-radius: 5px;
        padding: 10px 20px;
    }
    /* menu button */
    .menuBtn {
        height: 50px;
        width: 50px;
        position: fixed;
        right: 20px;
        top: 10px;
        z-index: 101;
    }
    .default .menuBtn {
        background-color: rgba(1, 38, 67, 0);
        border: 10px solid rgba(1, 38, 67, 0);
    }
    .fixed .menuBtn {
        background-color: rgba(1, 38, 67, 1);
        border: 10px solid rgba(1, 38, 67, 1);
    }

    .menuBtn > span {
        background-color: #ff2942;
        border-radius: 1px;
        height: 2px;
        width: 70%;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -1px 0 0 -15px;
        -webkit-transition: height 100ms;
        transition: height 100ms;
    }
    .menuBtn > span:after,
    .menuBtn > span:before {
        content: '';
        background-color: #ff2942;
        border-radius: 1px;
        height: 2px;
        width: 100%;
        position: absolute;
        left: 0%;
        margin-left: 0px;
        -webkit-transition: all 200ms;
        transition: all 200ms;
    }
    .menuBtn > span:after {
        top: -7px;
    }
    .menuBtn > span:before {
        bottom: -7px;
    }
    .menuBtn.act > span {
        height: 0;
    }
    .menuBtn.act > span:after,
    .menuBtn.act > span:before {
        background-color: #ff2942;
        top: 1px;
    }
    .menuBtn.act > span:after {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .menuBtn.act > span:before {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .news-item,
    .news-item:first-child,
    .news-item:last-child {
        padding: 0;
    }
    .news-item:nth-child(2) .news-item-img {
        position: relative;
    }
}

    .tab-content {
        margin: 0 0 40px;
    }



@media (max-width: 575px) {
    .slick-arrow{
        display: none;
        opacity: 0;
        visibility: hidden;
    }
    .slider-for-item_title-red,
    .slider-for-item_title-white {
        font-size: 32px;
        line-height: 32px;
    }

    .services-item_container-vertical h3 {
         margin: 0 0 60px;
        padding: 80px 0 0;
    }

    .services-item_container-vertical,
    .services-item_container-horizontal{
        height: 280px;
    }
    .services-item_container h3 {
        font-size: 36px;
        text-align: center;
        margin: 0 0 30px;
        padding: 30px 0 0;
    }
    .services-item_container-text_box{
        padding: 10px 15px;
    }
    .nav-pills .nav-link{
        padding: 0 0 15px;
    }
}

@media (min-width: 576px) {

    .slider-for-item_title-red,
    .slider-for-item_title-white {
        font-size: 41px;
        line-height: 41px;
    }

    .services-item_container-vertical h3 {
     margin: 0 0 60px;
    padding: 80px 0 0;
    }

    .services-item_container-vertical {
        height: 380px;
    }
    .services-item_container-text_box {
        padding: 20px 30px;
    }
    .slider-for-item{
      margin-top: 30%;
    }

}


@media (min-width: 768px) {

    .slider-for-item{
      margin-top: 20%;
    }
    .container-fluid_about-white::after {
        bottom: -278px;
        width: 100%;
    }

    .slider-for-item_title-red,
    .slider-for-item_title-white {
        font-size: 72px;
        line-height: 72px;
    }

    .services-item_container-vertical {
        height: 760px;
    }
    .services-item_container-vertical h3 {
        margin: 0 0 160px;
        padding: 280px 0 0;
    }
    .services-item_container-text_box {
        padding: 40px 60px;
    }
}

@media (min-width: 992px) {
    header .navbar-nav {
        justify-content: space-between;
        align-content: center;
        flex-direction: row;
        padding-right: 20px;
    }
    header .nav-link {
        font-size: 14px;
        font-family: 'roboto_condensedbold';
        color: #030303;
        text-transform: uppercase;
        text-decoration: none;
    }
    header .nav-link::before,
    header .nav-link::after {
        content: '';
        width: 0%;
        height: 2px;
        display: block;
        background-color: #ff2942;
        -webkit-transition-duration: 0.3s;
        -o-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    header .nav-link::after {
        float: right;
    }

    header .nav-link.active,
    header .nav-link:hover {
        color: #ff2942;
    }
    header .nav-link.active::before,
    header .nav-link.active::after,
    header .nav-link:hover::before,
    header .nav-link:hover::after {
        width: 30%;
    }
    header .nav-item {
        position: relative;
    }

    header .nav-item:last-child::after {
        display: none;
    }

    .container-fluid_about-white {
        border-radius: 0 0 580px 0px;
    }
    .container-fluid_about-white::after {
        bottom: -338px;
        width: 60%;
        background-size: 990px;
    }
    .tab-content {
        padding: 0 0 40px;
    }
    .fixed-header_contacts {
        width: 244px;
        padding: 0px;
    }

    .fixed-header_contacts-title {
        width: 130px;
    }
    .fixed-header_contacts-link {
        font-size: 16px;
    }

}

@media (min-width: 1200px) {
    header .nav-item::after {
        right: -15px;
    }
    .btn-SendMail {
        width: 180px;
    }
    header .nav-item::after {
        position: absolute;
        content: '/';
        font-size: 26px;
        color: #a8a8a8;
        top: 0;
        right: -10px;
        font-family: 'open_sanslight', sans-serif;
    }
    .services-item_container-text_box {
        padding: 10px 15px;
        font-size: 15px;
    }

    .container-fluid_about-white::after {
        bottom: -70px;
        width: 62%;
        background-size: auto;
    }

    header .nav-link {
        font-size: 16px;
    }
    .fixed-header_contacts {
        width: 277px;
        padding: 0px 5px 0 0;
    }
    .fixed-header_contacts-title {
        width: 140px;
    }
    .fixed-header_contacts-link {
        font-size: 18px;
    }

}

@media (min-width: 992px) and (max-width: 1469px) {

    .fixed-header_dop-box {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .fixed-header_navbar {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (max-width: 1469px) {
    .btn-SendMail {
        display: none;
        opacity: 0;
        visibility: hidden;
    }
}

@media (min-width: 1470px) {

    .tab-content {
        height: 310px;
        padding: 0
    }

    header .nav-item::after {
        right: -15px;
    }
    .fixed-header_contacts {
        width: 250px;
    }
    .btn-SendMail {
        width: 190px;
    }
    .fixed-header_contacts-title {
        width: 118px;
        font-size: 13px;
        padding: 25px 0;
    }
    .services-item_container-text_box {
        padding: 20px;
    }
    .container-fluid_about-white::after {
        bottom: -98px;
        width: 84%;
    }
}

@media (min-width: 1780px) {
    .services-item_container-text_box {
        padding: 40px 60px;
    }
    header .nav-item::after {
        right: -30px;
    }
    .fixed-header_contacts {
        width: 277px;
    }
    .btn-SendMail {
        width: 230px;
    }
    .fixed-header_contacts {
        width: 277px;
    }
    .fixed-header_contacts-title {
        width: 138px;
        font-size: 14px;
        padding: 23px 0;
    }
    .container-fluid_about-white::after {
        bottom: -197px;
    }

    .container-fluid_about-partners {
        margin-top: 200px;
    }
}
