/**
 * GLOBAL VARIABLES
 */
:root {
    /** UNIVERSAL **/
    --space-60: 60px;
    --space-50: 50px;
    --space-40: 40px;
    --space-25: 25px;


    --font-72: 72px;
    --font-60: 60px;
    --font-48: 48px;
    --font-45: 45px;
    --font-40: 40px;
    --font-36: 36px;
    --font-30: 30px;
    --font-24: 24px;
    --font-22: 22px;
    --font-20: 20px;
    --font-19: 19px;
    --font-18: 18px;

    --container-padding: 40px;

    /** SPECIFIC **/
    --color-primary: #ff00ff;
    --color-secondary: #00ff00;
}

body {
    color: #6d6d6d;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}

/**
 * BASIC
 */

a, input, select, textarea, option, button {
    outline: none !important;
}

a, button {
    transition: all 300ms ease-out;
}

em {
    padding-right: 2px;
}

h1 {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #13235b;
    font-size: var(--font-60);
    font-weight: 600;
    letter-spacing: 0.2em;
    margin-bottom: 17px;
    text-align: center;
}


.offer-box-sub-container h1 {
    color: #fff;
}

h2 {
}

h3 {
}

h4 {
}

h5 {
}

a {
    color: #ff7200;
}

a:hover, a:focus {
    color: #ff7200;
}

/**
 * EXTRA
 */
/* Animations lib */
.animationDuration {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

/* Mourning class added to body */
.mourning {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


/**
 * PAGE
 */

#page,
#content {
    overflow: hidden;
}

.container {
    clear: both;
    margin: 0 auto;
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
    max-width: 1670px;
    width: 100%;
}

/**
 * BOOTSTRAP
 */
.panel,
.panel-heading,
.modal-content,
.alert,
.popover {
    border-radius: 0;
}

.panel {
    box-shadow: none;
}

.panel-default {
    border-color: #e5e5e5;
}


/**
 * TEXT
 */

.text {
    overflow: visible;
}

/** Text list custom dots **/
.text ul,
.text ol ul,
.text ul ul {
    list-style: none;
}

.text ul > li,
.text ol > li {
    left: 40px;
    position: relative;
    padding-right: 40px;
}

.text ul > li::before {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    left: -15px;
    margin-left: -10px;
    position: relative;
    border-radius: 50%;
    background: #ff7200;
    top: -6px;
}


.text ol > li::marker {
    word-spacing: 3px;
}

/** Text table **/
.text table {
    margin: 30px 0;
}

.text table tr:nth-child(even) {
    background: rgba(0, 0, 0, 0.05);
}

.text table td {
    padding: 12px 12px;
    border: 1px solid #ddd;
}


.text.txt, .article-text {
    font-size: 15px;
    line-height: 30px;
    color: #6d6d6d;
    margin-bottom: 30px;
    font-weight: normal;
}


@media screen and (min-width: 1140px) {
    .text a:hover {
        text-decoration: underline;
    }
}

body > svg {
    display: none;
}

.vcenter {
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
}


.clear:after {
    content: '';
    display: block;
    clear: both;
}

.mask {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
}

#container-page {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
}

/**
 * HEADER
 */
header {
}

header.stickable {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    transition: all 300ms ease-out;
}

.top {
    text-align: center;
    padding-top: 1px;
}

.logo {
    float: left;
}

.logo a {
    display: block;
    padding-top: 19px;
    padding-bottom: 19px;
    overflow: hidden;
    transition: all .2s linear;
}

.logo a img {
    display: block;
    float: left;
    height: 77px;
    transition: all 300ms ease-out;
    max-width: 100%;
    max-height: 100%;
}

@media screen and (min-width: 1140px) {
    .mainpage .logo a img:nth-child(2) {
        display: none;
    }

    .subpage .logo a img:first-child {
        display: none;
    }

    .subpage .logo a img:nth-child(2) {
        display: block;
    }
}


a.top-phone {
    float: right;
    margin-top: 22px;
    position: relative;
    font-size: var(--font-20);
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: #ff7200;
}

@media screen and (min-width: 1140px) {
    a.top-phone:hover {
        color: #13235b
    }
	
	     .top a.top-phone:hover {
        color: #fff;
    }
	
		     .subpage .top a.top-phone:hover {
        color: #13235b;
    }
}

a.top-phone .link-icon {
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    background: url(../images/tel_bg.png) no-repeat center center;
    width: 50px;
    height: 50px;
    padding: 15px;
}

.top-phone .caption {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    letter-spacing: -0.02em;
    flex-shrink: 0;
}

a.top-phone .link-icon svg, a.top-phone .link-icon svg * {
    display: block;
    max-width: 100%;
    fill: #121a23;
}

#main-menu {
    padding-top: 14px;
    position: relative;
    display: inline-block;
}

#main-menu ul {
    font-size: 0;
    display: inline-block;
}

#main-menu li {
    position: relative;
    display: inline-block;
    font-size: 1rem;
}


#main-menu ul li a {
    display: block;
    line-height: 34px;
    padding: 17px 39px;
    text-decoration: none;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: poppins, sans-serif;
    letter-spacing: 0.1em;
}

#main-menu ul li a:hover {
    color: #ff7200;
    background: url(../images/menu_hover.png) no-repeat top center;
}

#main-menu ul li.active a {
    color: #ff7200;
    background: url(../images/menu_hover.png) no-repeat top center;
}


#main-menu li > ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 300px;
    background: rgba(3, 13, 24, 0.9);
}

#main-menu li > ul > li > ul {
    top: 0;
    left: 100%;
}

#main-menu li:hover > ul {
    display: block;
}

#main-menu ul li li a {
    padding: 10px 10px;
    font-size: 15px;
    text-align: left;
    display: block;
    line-height: 150%;
    text-transform: none;
    border-bottom: 1px solid rgba(255,255,255,0.3);
}

#main-menu li li {
    display: block;
}

#main-menu ul li li a:hover {
    background: transparent;
    color: #ff7200;
}

#main-menu li:hover > a {   color: #ff7200;
    background: url(../images/menu_hover.png) no-repeat top center;}
	
	
	.subpage #main-menu ul li a {padding-bottom: 26px;}

.subpage #main-menu ul li li a {
    background: transparent!important;
    padding: 10px;
}

.subpage #main-menu li > ul {
    background: #fff;
}

.subpage #main-menu li li {
    border-bottom: 1px solid rgba(3, 13, 24, 0.3);
}

.subpage #main-menu li li:first-child {
}

.subpage #main-menu ul li:hover > a {
    color: #ff7200;
    background: url(../images/menu_hover.png) no-repeat top center;
}


.subpage header.sticky #main-menu li > ul {
    background: #fff;
}

.main-menu-button {
    float: right;
    width: 40px;
    margin: 18px 0 18px var(--container-padding);
    border: none;
    background: transparent;
}

@media screen and (min-width: 1140px) {

    header.sticky {
        background: #030d18;
    }

    .subpage header.sticky {
        background: #fff;
    }


    header.sticky .logo a {
        padding-top: 15px;
        padding-bottom: 15px;
        width: 228px;
    }

    header.sticky #main-menu ul li a {
        padding-top: 12px;
        padding-bottom: 12px;
    }

    header.sticky a.top-phone {
        margin-top: 13px;
    }

    header.sticky .logo a img {
        height: 40px;
    }
	
	header.sticky  #main-menu li > ul {
    background: rgba(3, 13, 24, 1);
}
}

.main-menu-button.animIcon--hamburger.active span {
    background-color:  #ff7200;
}

.mainsearch.rwdPanel {
    display: block;
}

.mainsearch {
    float: left;
    position: relative;
    width: 350px;
    max-width: 100%;
}

.mainsearch-search {
    display: flex;
    align-items: stretch;
}

.mainsearch .form-element-container {
    flex-grow: 1;
}

.mainsearch input.form-control {
    display: block;
    height: 46px;
    padding: 5px 15px;
    border-right: none;
    box-shadow: none;
}

.mainsearch-submit {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    padding: 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.mainsearch .alert-block,
.mainsearch .form-control-feedback {
    display: none;
}

.slider, .main-slider, .slider .slide, .slider .slider-photo {
    height: 100vh;
    min-height: 600px;
    position: relative;
    z-index: 2;
    max-height: 970px;
}

.slider {
}

.slider-text {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    display: block;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.title1, .title2 {
    line-height: 106%;
    color: #fff;
    font-size: var(--font-60);
    font-weight: 600;
    letter-spacing: 0.23em;
}

.title2 {
    margin-bottom: 23px;
}

.description {
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    max-width: 50%;
    text-transform: uppercase;
    margin: 0 auto 41px;
}

.slider-text .btn.btn-more {
    color: #fff;
    line-height: 45px;
    border: 1px solid #fff;
    border-radius: 10px;
    background-color: rgba(20, 255, 0, 0);
    width: 164px;
    height: 46px;
    font-size: 16px;
    font-weight: normal;
    padding: 0;
}


@media screen and (min-width: 1140px) {
    .slider-text .btn.btn-more:hover {
        background-color: #ff7200;
        color: #fff;
        border-color: #ff7200;
    }
}

.slider-photo {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    max-height: 950px;
}

.slide .container {
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    bottom: 0;
    z-index: 3;
}

.slider-photo img {
    display: none;
}

@media screen and (min-width: 1140px) {
    .main-slider .slick-arrow:hover {
        color: #2b2a29;
    }
}

.mask.slide-mask2 {
    background: url(../images/slider_mask.png) repeat-x top center;
    background-size: 100%, 90%;
}


.mask.slide-mask1 {
    background-color: rgba(3, 13, 24, 0.4);
}


.main-slider .slick-dots {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 50%;
    margin-right: -790px;
    margin-top: 45px;
    padding-bottom: 90px;
}

.main-slider .slick-dots li {
    cursor: pointer;
    display: block;
    padding-top: 19px;
    margin-bottom: 19px;
}

.main-slider .slick-dots li span {
    display: block;
    margin: 0;
    padding: 0;
    width: 11px;
    height: 11px;
    border: 1px solid #fff;
    text-indent: -20000px;
    border-radius: 50%;
}

.main-slider .slick-dots li.slick-active span {
    background: #ff7200;
    border-color: #ff7200;
}

@media screen and (min-width: 1140px) {
    .main-slider .slick-dots li span:hover {
        background: #ff7200;
        border-color: #ff7200;
    }
}

.mouse {
    display: block;
    position: absolute;
    z-index: 6;
    bottom: 91px;
    right: 50%;
    margin: 0 -803px 0 0;
    border: 0 none;
    padding: 0;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    width: 35px;
    height: 112px;
    background: url(../images/icons/arrow_down_orange.svg) no-repeat center bottom / contain;
}

button.mouse .caption {
    transform: rotate(
            90deg
    );
    display: block;
    text-transform: uppercase;
    transform-origin: 0 0;
    padding-top: 0;
    margin-bottom: 60px;
    margin-left: 27px;
    letter-spacing: 0.1em;
}

@media screen and (min-width: 1140px) {
    button.mouse:hover .caption {
        color: #ff7200
    }
}

button.mouse .btn-icon {
    display: block;
    color: #2b2b2b;
    font-size: 31px;
    transition: all 300ms ease-out;
}

@media screen and (min-width: 1140px) {
    button.mouse:hover .btn-icon {
        color: #577224;
    }
}

.about-text {
    width: 50%;
    display: inline-block;
    vertical-align: top;
    padding-top: 81px;
}

.about-photo {
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

.about {
    font-size: 0;
}

.about > * {
    font-size: 1rem;
}

.about-text-content {
    float: right;
    padding-right: 140px;
    width: 795px;
}

.about-photo img {
    display: block;
    max-width: 100%;
}

.about-text h3 {
    font-weight: 600;
    font-size: var(--font-18);
    color: #262262;
    letter-spacing: 0.05em;
    margin-bottom: 38px;
}

.about-text .text.txt {
    font-size: 16px;
    line-height: 30px;
    color: #13235b;
    margin-bottom: 40px;
}

.about-text img {
    max-width: 75%;
    margin-bottom: 21px;
}

.btn.btn-more {
    line-height: 45px;
    border-radius: 10px;
    width: 164px;
    height: 46px;
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    background: #fff;
    border: 1px solid #13235b;
    color: #13235b;
}

@media screen and (min-width: 1140px) {
    .btn.btn-more:hover {
        background: #13235b;
        color: #fff
    }
}

.counter-item {
    display: inline-block;
    width: 33.33%;
    vertical-align: middle;
    padding: 0 40px;
    font-size: 0;
}

.counter {
    font-size: var(--font-72);
    color: #13235b;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    vertical-align: middle;
    width: 37%;
    text-align: right;
    padding-right: 30px;
}

.counter-name {
    font-size: var(--font-19);
    color: #13235b;
    background: url(../images/arrow_left.png) no-repeat left center;
    padding-left: 43px;
    padding-top: 8px;
    padding-bottom: 8px;
    display: inline-block;
    vertical-align: middle;
    width: 63%;
}

.counter-box {
    font-size: 0;
    margin: 0 -40px;
    padding-left: 17%;
}

.about-counter {
    padding-top: 34px;
    padding-bottom: 78px;
    position: relative;
}

.about-counter .mouse {
    color: #13235b;
    right: auto;
    margin-left: -12px;
    bottom: auto;
    margin-top: -103px;
}


.offer-box-container {
    background: #1b232c;
}

.offer-header {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    padding-top: 59px;
    z-index: 1;
}

.offer-slide {
    width: 14.28%;
    float: left;
}


.offer-slide a {
    padding-top: 420px;
    text-align: center;
    padding-bottom: 196px;
    display: block;
    width: 100%;
    border-right: 1px solid #3d444b;
}

@media screen and (min-width: 1140px) {

    .offer-slide a:hover {
        background-color: rgba(255, 255, 255, 0.102);
    }

    .offer-slide a:hover .btn.btn-more {
        opacity: 1
    }
}

.offer-slide img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.offer-icon {
    width: 115px;
    height: 115px;
    margin: 0 auto 15px;
}

.offer-icon img {
    display: block;
    max-width: 100%;
}

.offer-name {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.05em;
    padding: 0 40px;
    line-height: 24px;
    height: 48px;
    margin-bottom: 10px;
    font-family: 'Poppins', sans-serif;
}

.offer-slide a .btn.btn-more {
    border-color: #ff7200;
    background: #ff7200;
    color: #fff;
    opacity: 0;
    transition: all 300ms ease-out;
}

.offer-header h2 {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: var(--font-60);
    font-weight: 600;
    letter-spacing: 0.2em;
    margin-bottom: 10px;
}


.offer-header .text.txt {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

button.slick-arrow {
    width: 46px;
    height: 46px;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-radius: 10px;
    position: absolute;
    background: transparent;
    top: 249px;
    text-align: center;
    line-height: 44px;
    z-index: 2;
}

@media screen and (min-width: 1140px) {
    button.slick-arrow:hover {
        background: #ff7200;
        border-color: #ff7200
    }
}

button.slick-prev.slick-arrow {
    margin-left: -52px;
    left: 50%;
}

button.slick-next.slick-arrow {
    right: 50%;
    margin-right: -52px;
}


button.slick-prev .arrow {
    background: url(../images/icons/arrow_left_white.svg) no-repeat center center / contain;
    display: block;
    width: 75%;
    height: 75%;
    margin: 0 auto;
}

button.slick-next .arrow {
    background: url(../images/icons/arrow_right_white.svg) no-repeat center center / contain;
    display: block;
    width: 75%;
    height: 75%;
    margin: 0 auto;
}

.realization-box-container {
    padding-top: 68px;
    padding-bottom: 79px;
}

.realization-description .text.txt {
    font-size: 16px;
    line-height: 30px;
    color: #13235b;
    margin-bottom: 0;
}

.realization-box-header {
    display: table;
    margin-bottom: 67px;
}

.realization-box-header > div {
    display: table-cell;
    vertical-align: middle;
}

.realization-box-header > div:last-child {
    padding-right: 0;
}


.realization-box-header h2 {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: var(--font-45);
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #13235b;
}

.realization-title {
    width: 44%;
}

.realization-description {
    width: 36%;
}

.realization-more {
    width: 20%;
    text-align: right;
}

.realization-box-content {
    font-size: 0;
    margin: 0 -20px;
}

.realization-item {
    width: 25%;
    display: inline-block;
    vertical-align: top;
    padding: 0 20px;
}

.realization-photo img{ display:block; max-width:100%}

.realization-name {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #13235b;
    text-transform: uppercase;
    padding: 16px 28px;
    line-height: 131%;
}

.realization-item:nth-child(even) {
    margin-top: 74px;
}

.realization-name:last-child {
    background: url(../images/icons/arrow_up_orange.svg) no-repeat -6px 12px / 30px 30px;
}

.realization-name:first-child {
    background: url(../images/icons/arrow_down_orange.svg) no-repeat -6px 12px/ 30px 30px;
}


/**
 * FOOTER
 */


footer {
    background: url(../images/footer_bg.jpg) no-repeat top center / 100% auto;
}


.footer-boxes-container {
    padding-top: 64px;
    padding-bottom: 64px;
}

.footer-box {
    float: left;
    width: 19.3%;
    padding-right: 30px;
    position: relative;
}

.footer-box.footer-contact {
    width: 31%;
}

.footer-box .txt {
    margin-bottom: 0;
    color: #fff;
    font-weight: 300;
    font-size: 15px;
    font-family: 'poppins', sans-serif;
    line-height: 36px;
    letter-spacing: 0;
}

.footer-box h4 {
    margin-bottom: 39px;
    font-weight: 600;
    font-size: 20px;
    color: #ffff;
    font-family: 'poppins', sans-serif;
}

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

.footer-box ul li {
    margin-bottom: 3px;
}

.footer-box ul li a {
    display: inline-block;
    line-height: normal;
    font-size: 15px;
    color: #fff;
    position: relative;
    padding: 5px 0;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}

@media screen and (min-width: 1140px) {
    .footer-box ul li a:hover {
        color: #ff7200
    }


}

.footer-box:last-child {
    float: right;
    width: 29%;
    background: url(../images/line.png) no-repeat left 0;
    text-align: right;
    margin-top: 61px;
    padding: 25px 0 23px 30px;
}

img.logo-min {
    max-width: 74%;
    display: inline-block;
}

.footer-box.footer-adderss {
    width: 20.7%;
}

.footer-contact-links a.top-phone {
    float: none;
    display: block;
    font-size: var(--font-22);
    font-weight: 600;
    color: #fff;
    margin: 0 0 14px;
}

.footer-contact-links a.top-phone .link-icon {
    width: 63px;
    height: 63px;
    background: url(../images/link_bg.png) no-repeat center center;
    padding: 17px;
}

.footer-contact-links {
    padding-top: 11px;
}

@media screen and (min-width: 1140px) {
    .footer-contact-links a.top-phone:hover {
        color: #ff7200
    }
}

/* FOOTER BAR */
.footer-bar {
    padding: 10px 0;
    line-height: 30px;
    letter-spacing: 0.05em;
    font-weight: 300;
    font-size: 14px;
    color: #f4f4f4;
    background-color: #060e17;
}

.footer-bar-content::after {
    content: "";
    display: table;
    clear: both;
}

.footer-bar-content > * {
    float: left;
}

.footer-bar-content > *:not(:last-child) {
    margin-right: 30px;
}

.footer-bar-links {
    margin-left: -8px;
    font-size: 0;
    text-transform: uppercase;
}

.footer-bar-links > li {
    display: inline-block;
    vertical-align: middle;
    margin: 3px 8px;
    font-size: 14px;
    line-height: 24px;
}

.footer-bar-links a {
    color: inherit;
}
.footer-bar-links a:hover{
color: #ff7200;
}
.copyright-undicom {
    float: right;
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    letter-spacing: inherit;
    line-height: inherit;
    color: inherit;
}

/**
 * FORM
 */

form.form {
    padding: 0;
}

/* labele */
.form .form-element-name {
    font-weight: 500;
    font-size: 16px;
    color: #13235b;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 5px;
}

.form .form-required-mark {
    color: #E2001A;
}

/* INPUTY */
.form .form-control {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    box-shadow: 0 0 0 transparent;
    color: #000000;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    letter-spacing: 0;
    font-weight: normal;
    border-color: #e3e3e3;
    border-radius: 0;
}

.form-control-feedback {
    display: none !important;
}

.form .alert-block .error {
    display: block;
    clear: both;
    margin-top: -20px;
    margin-bottom: 0;
    padding: 23px 18px 10px;
    border-bottom-right-radius: 23px;
    border-bottom-left-radius: 23px;
    background: #E2001A !important;
    color: #fff !important;
    font-weight: normal !important;
    font-size: 13px;
}

.form .form-element-radio .alert-block .error,
.form .form-element-checkbox .alert-block .error {
    display: block;
    clear: both;
    margin-top: 5px;
    margin-bottom: 0;
    padding: 0 25px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background: transparent !important;
    color: #E2001A !important;
    font-weight: bold !important;
    font-size: 13px;
}

.has-error .form-control {
    border-color: #E2001A;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.form-group-lg .form-element-radio,
.form-group-lg .form-element-checkbox {
    letter-spacing: 0.05em;
}

.bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary {
    background: #4a44a9
}

/* TEXTAREA */
.form textarea.form-control:not([rows]) {
    height: 134px;
}

/* KLAUZULE I ZGODY */
.form .before-consent-row,
.form .after-consent-row,
.form .consent-row label > *,
.form .consent-all {
    font-size: 12px;
    line-height: 24px;
    color: #a1a1a1;
    letter-spacing: 0.05em;
    font-weight: 300;
}

.form .consent-all {
    margin-bottom: 20px;
    display: block;
}

/* ZAOKRAGLENIA INPUTOW*/
.form .form-group-lg .captcha-image-wrapper {
    border-radius: 0;
    height: 46px;
    padding-right: 50px;
}

.form button.captcha-refresh.btn.btn-default {
    right: 5px;
    border-radius: 0;
    border: 1px solid #e7e7e7;
    background: transparent;
    width: 50px;
}

.form i.fa.fa-refresh {
    font-size: 19px;
    color: #ff7200;
}

@media screen and (min-width: 1140px) {
    button.captcha-refresh.btn.btn-default:hover i.fa.fa-refresh {
        color: #13235b;
    }
}

/**************** checkbox *******************/

.form .checkboxradio-container {
    margin-top: 0;
    text-align: left;
}

.form .form-element-radio-container .row > *:not(:only-child),
.form .form-element-checkbox-container .row > *:not(:only-child) {
    margin-bottom: 10px;
}

.form .form-group-lg.form-group-lg .icheckbox_minimal-custom,
.form .form-group-lg.form-group-lg .iradio_minimal-custom {
    left: 0;
    top: 0;
    margin-top: 0;
    margin-left: 0;
}

.form-group-lg .icheckbox_minimal-custom,
.form-group-lg .iradio_minimal-custom {
    zoom: 1.55;
}

.form-group-lg .form-element-switcher .icheckbox_minimal-custom,
.form-group-lg .form-element-switcher .iradio_minimal-custom {
    zoom: normal;
}

.form .form-group-lg .checkboxradio-container label {
    padding-top: 3px;
    padding-left: 50px;
    padding-bottom: 6px;
    line-height: 1.2;
}

.form .form-group-lg .form-element-radio .alert-block .error,
.form .form-group-lg .form-element-checkbox .alert-block .error {
    padding-left: 50px;
}

.icheckbox_minimal-custom,
.iradio_minimal-custom {
    background-image: url(../images/icheck.png);
}

.form-box .row {
    margin-left: -5px;
    margin-right: -5px;
}

.form-box .col-lg-1,
.form-box .col-lg-10,
.form-box .col-lg-11,
.form-box .col-lg-12,
.form-box .col-lg-2,
.form-box .col-lg-3,
.form-box .col-lg-4,
.form-box .col-lg-5,
.form-box .col-lg-6,
.form-box .col-lg-7,
.form-box .col-lg-8,
.form-box .col-lg-9,
.form-box .col-md-1,
.form-box .col-md-10,
.form-box .col-md-11,
.form-box .col-md-12,
.form-box .col-md-2,
.form-box .col-md-3,
.form-box .col-md-4,
.form-box .col-md-5,
.form-box .col-md-6,
.form-box .col-md-7,
.form-box .col-md-8,
.form-box .col-md-9,
.form-box .col-sm-1,
.form-box .col-sm-10,
.form-box .col-sm-11,
.form-box .col-sm-12,
.form-box .col-sm-2,
.form-box .col-sm-3,
.form-box .col-sm-4,
.form-box .col-sm-5,
.form-box .col-sm-6,
.form-box .col-sm-7,
.form-box .col-sm-8,
.form-box .col-sm-9,
.form-box .col-xs-1,
.form-box .col-xs-10,
.form-box .col-xs-11,
.form-box .col-xs-12,
.form-box .col-xs-2,
.form-box .col-xs-3,
.form-box .col-xs-4,
.form-box .col-xs-5,
.form-box .col-xs-6,
.form-box .col-xs-7,
.form-box .col-xs-8,
.form-box .col-xs-9 {
    padding-left: 5px;
    padding-right: 5px;
}

.form .checkboxradio-container .error {
    margin-top: 0;
    font-size: 13px;
}

.form .checkboxradio-container label {
    line-height: 24px;
    font-size: 14px;
    color: #a1a1a1;
    margin-bottom: 0;
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 27px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.form .checkboxradio-container [class^="icheckbox"], .form .radio [class^="icheckbox"] {
    position: absolute;
    margin-left: -26px;
    margin-top: 3px;
}

.form-group {
    margin-bottom: 26px;
}

button.btn.btn-primary .fa {
    float: right;
    line-height: 46px;
}

form.form button.btn.btn-primary {
    line-height: 46px;
    text-align: center;
    padding: 0;
    display: block;
    float: none;
    background-color: #ff7200;
    width: 160px;
    height: 46px;
    font-size: 15px;
    border: 1px solid #ff7200;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    border-radius: 10px;
}

@media screen and (min-width: 1140px) {
    form.form button.btn.btn-primary:hover {
        color: #ff7200;
        background: #fff;
        border-color: #ff7200;
    }
}

.form .before-consent-row {
    padding-top: 6px;
    margin-bottom: 10px;
}

.checkbox {
    margin-bottom: 5px;
}

.row.consent-all-row {
    color: #a1a1a1;
}


/**
 * MAP POINTS
 */

.map-point .custom-map-wrapper {
    position: relative;
}

.map-point .custom-map-wrapper .point {
    position: absolute;
    width: 28px;
    height: 40px;
    background: transparent url('../images/marker.png') no-repeat scroll center center;
    cursor: pointer;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}

.map-point #marker-cloud-wrapper {
    position: absolute;
    top: 20px;
    left: 20px;
    width: 10%;
    height: 10%;
    background:  #ff7200;
}

.map-point #marker-cloud-wrapper .popover {
    top: 0 !important;
    left: 0 !important;
    display: block;
    margin: 0;
    width: 300px;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
}

.map-point #marker-cloud-wrapper .popover .arrow {
    display: none !important;
}

/**
 * BREADCRUMB
 */

.breadcrumb-container {
    margin: 20px 0;
}

.breadcrumb {
    padding: 0;
    margin: 0;
    text-align: left;
    border-radius: 0;
    background-color: transparent;
}

.breadcrumb > li {
    position: relative;
    display: inline;
    color: #6d6e71;
}

.breadcrumb > li > a {
    font-size: 12px;
}

.breadcrumb > li > a:not([href]),
.breadcrumb > li > a:not(:hover) {
    color: inherit;
}

.breadcrumb > li + li:before {
    content: '>';
    font-size: 12px;
    padding: 0 15px;
    color: inherit;
}

/**
 * ANIMATABLE ICON
 */

.animIcon {
    position: relative;
    display: inline-block;
    width: 32px;
    padding: 0 !important;
}

.animIcon::before {
    content: "";
    display: block;
    padding-bottom: 100%;
}

.animIcon span {
    position: absolute;
    left: 0;
    right: 0;
    display: block;
    height: 2px;
    width: 100%;
    background-color: gray;
    transition: all .4s ease;
}

/* Close */
.animIcon.animIcon--close span {
    top: 50%;
    margin-top: -1px;
    transform-origin: center;
}

.animIcon.animIcon--close span:nth-child(1) {
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
}

.animIcon.animIcon--close span:nth-child(2) {
    transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
}

/* Hamburger -> Close */
.animIcon.animIcon--hamburger span {
    top: 0;
    left: 0;
    transform-origin: left center;
}

.animIcon.animIcon--hamburger span:nth-child(1) {
    margin-top: 20%;
}

.animIcon.animIcon--hamburger span:nth-child(2) {
    margin-top: 50%;
}

.animIcon.animIcon--hamburger span:nth-child(3) {
    margin-top: 80%;
}

.animIcon.animIcon--hamburger.active span:nth-child(1) {
    margin-top: 15%;
    margin-left: 15%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.animIcon.animIcon--hamburger.active span:nth-child(2) {
    opacity: 0;
    margin-top: 70%;
}

.animIcon.animIcon--hamburger.active span:nth-child(3) {
    margin-top: 85%;
    margin-left: 15%;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

/**
 * LOGOTYPES SLIDER
 */
.logotypes {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    height: 156px;
    padding: 28px 0;
}

.logotypes .logotypes-title {
    float: left;
    padding-right: 30px;
    font-size: var(--font-22);
    line-height: 100px;
    vertical-align: middle;
}

.logotypes-slider-container {
    height: 100px;
}

.logotype-slider {
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}

.slick-initialized .logotype {
    float: none;
    display: inline-block;
    vertical-align: middle;
    padding: 4px;
}

.logotype img {
    max-height: 100px;
    max-width: 100%;
    margin: 0 auto;
}

/**
 * SOCIALS
 */
.social-list > ul {
    margin: -5px;
    font-size: 0;
}

.social-list > ul > li {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    text-align: center;
    font-size: 1rem;
}

.social-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid #f0f;
}

.social-icon svg {
    fill: currentColor;
}

.social-icon img {
    display: block;
}

.social-icon .fa {
    font-size: 20px;
}


/**
 * LANGUAGES MENU
 */
.langs-menu {
    position: relative;
    float: right;
    margin: 0 15px;
    transition-duration: 0.4s;
    transition-property: background-color, opacity;
    z-index: 1001;
}

.langs-menu ul {
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    transition: all 0.3s;
}

.langs-menu li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.langs-menu.active,
.langs-menu.active ul {
    opacity: 1;
}

.langs-menu a {
    color: inherit;
    text-decoration: none;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.langs-menu-icon {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin-right: 8px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.lang {
    display: flex;
    align-items: center;
    height: 40px;
    padding: 5px 12px;
    font-size: 0;
    transition-duration: 0.3s;
    transition-property: background-color, color;
}

.lang span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    text-transform: uppercase;
}

.lang .langs-menu-long {
    display: none;
}

.lang-button {
    cursor: pointer;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.lang-button .arrow {
    display: inline-block;
    vertical-align: middle;
    top: 50%;
    right: 0;
    width: 12px;
    height: 12px;
    margin-left: 10px;
    font-size: 18px;
    line-height: 12px;
    transition-duration: 0.3s;
    transition-property: transform, -webkit-transform, -ms-transform;
}

.langs-menu-icon img {
    max-width: 100%;
}

@media screen and (min-width: 1140px) {
    a.lang:hover,
    a.lang:focus {
        color: #fff;
        background-color: #f0f;
    }

    .langs-menu:not(.langs-menu--list):not(:hover):not(:focus):not(:focus-within) ul {
        pointer-events: none;
        opacity: 0;
        transform: translateY(-5px);
        -webkit-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
    }

    .langs-menu:focus-within .lang-button .arrow,
    .langs-menu:hover .lang-button .arrow,
    .langs-menu:focus .lang-button .arrow {
        transform: rotateZ(180deg);
        -webkit-transform: rotateZ(180deg);
        -ms-transform: rotateZ(180deg);
    }
}

.flag-icon {
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.langs-menu--list .lang-button,
.langs-menu--list .langs-menu-short {
    display: none;
}

.langs-menu.langs-menu--list ul {
    position: static;
    opacity: 1;
    display: flex;
    align-items: center;
    border: none;
    background: none;
}

.langs-menu.langs-menu--list li {
    margin: 4px 10px;
    border: none;
}

.langs-menu.langs-menu--list a {
    height: auto;
    padding: 5px;
    border: none;
}

.langs-menu--list .lang {
    background: none;
}

.langs-menu--list .langs-menu-icon {
    margin: 0;
}

/**
 * ARTICLE
 */
.article {
    overflow: hidden;
}

.article-content::after {
    content: "";
    display: table;
    clear: both;
}

.article-image {
    position: relative;
    z-index: 10;
    display: inline-block;
    vertical-align: top;
    float: left;
    max-width: 50%;
    margin-right: 50px;
    margin-bottom: 20px;
    margin-top: 8px;
}

.article-image img {
    max-width: 100%;
}
.article-subtitle {
    padding-bottom: 30px;
    font-size: var(--font-30);
    font-weight: 200;
    color: #262262;
    margin-bottom: 0;
    text-align: left;
    text-align: center;
}

.article-date {
    font-weight: bold;
}

.article-text {
    margin-bottom: 30px;
}


/**
 * PAGINATION
 */


.pagination-wrapper {
    max-width: 970px;
    border-top: 0 none;
    padding-top: 0;
}

.pagination-wrapper ul li.next a, .pagination-wrapper ul li.prev a {
    width: 46px;
    height: 46px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    line-height: 54px;
    text-indent: -20000px;
}

.pagination-wrapper ul li.prev a {
    background: #fff url(../images/icons/arrow_left_blue.svg) no-repeat center center / 20px 20px;
}

.pagination-wrapper ul li.next a {
    background: #fff url(../images/icons/arrow_right_blue.svg) no-repeat center center / 20px 20px;
}

.pagination-wrapper ul li.next, .pagination-wrapper ul li.prev {
    display: block;
    vertical-align: middle;
    margin: 0 10px;
}

.pagination-wrapper ul li {
    vertical-align: middle;
}

.pagination-wrapper ul li a, .pagination-wrapper ul li span {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    color: #13235b;
}

.pagination-wrapper ul li.active a {
    color: #ff7200;
}

@media screen and (min-width: 1140px) {
    .pagination-wrapper ul li a:hover {
        color: #ff7200;
    }

    .pagination-wrapper ul li.next a:hover, .pagination-wrapper ul li.prev a:hover {
        border-color: #ff7200;
    }

    .pagination-wrapper ul li.prev a:hover {
        background: #ff7200 url(../images/icons/arrow_left_white.svg) no-repeat center center / 20px 20px;
    }

    .pagination-wrapper ul li.next a:hover {
        background: #ff7200 url(../images/icons/arrow_right_white.svg) no-repeat center center / 20px 20px;
    }
}


/**
 * GALLERY
 */

.gallery-list {
    margin: -5px;
    font-size: 0;
}

.gallery-list-item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    padding: 5px;
}

.gallery-picture {
    position: relative;
    display: block;
    width: 100%;
    font-size: 0;
}

.gallery-picture > img {
    display: block;
    max-width: 100%;
}

.gallery-picture-hover {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 20px;
    color: #fff;
    background: rgba(27, 35, 44, 0.9) url(../images/zoom.png) no-repeat center center;
    transition: opacity 0.3s;
}

.gallery-picture-hover > * {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

@media screen and (min-width: 1140px) {
    .gallery-picture:hover .gallery-picture-hover {
        opacity: 1;
    }
}

.subpage .logo a {
    padding-bottom: 15px;
}

.subpage #main-menu ul li a {
    color: #13235b;
}

.subpage #main-menu ul li.active > a {
    color: #ff7200;
}

@media screen and (min-width: 1140px) {
    .subpage #main-menu ul li a:hover {
        color: #ff7200
    }
}

.subpage .top a.top-phone .link-icon {
    background: url(../images/tel_bg_sub.png) no-repeat center center;
}

.subpage .top a.top-phone .link-icon svg, .subpage a.top-phone .link-icon svg * {
    fill: #fff;
}

.subpage header.stickable {
    border-bottom: 1px solid #e5e5e5;
}

.subpage #content {
    padding-top: 92px;
}

.text-box-container {
    padding-top: 27px;
}

.text-box-container {
    position: relative;
}

.article-container {
    clear: none;
    max-width: 1350px;
}

.text-box-container .container {
    max-width: 1350px;
}

.text-box-container .counter-box {
    padding-left: 0;
    padding-top: 38px;
    padding-bottom: 69px;
}

h2.article-title.page-title.title {
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: var(--font-60);
    font-weight: 600;
    letter-spacing: 0.2em;
    color: #13235b;
    text-align: center;
    margin-bottom: 16px;
}

.gallery {
    padding-bottom: 49px;
}

.gallery-top{
    padding-top: 35px;
}

a.btn.btn-more.btn-back {
    display: block;
    margin: 0 auto 100px;
    background: #ff7200;
    border-color: #ff7200;
    color: #fff;
}

@media screen and (min-width: 1140px) {
    a.btn.btn-more.btn-back:hover {
        background: #fff;
        color: #ff7200
    }
}

.gallery-picture-hover .btn.btn-more {
    background: #ff7200;
    border-color: #ff7200;
    color: #fff;
    margin: 0 auto;
}

.offer-box-sub-container {
    text-align: center;
    padding-top: 27px;
}

.offer-box-sub-container .text.txt {
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    margin-bottom: 39px;
}

.offer-box {
    margin: -10px;
    font-size: 0;
}

.offer-item {
    width: 25%;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
}

.offer-icon img {
    display: block;
    max-width: 100%;
}

.offer-item a {
    display: block;
    max-width: 100%;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.1);
    padding: 0 20px;
}

.offer-item:nth-child(odd) a {
    background-color: rgba(0, 0, 0, 0.102);
}

.offer-item .offer-icon {
    width: 110px;
    height: 110px;
    margin-bottom: 18px;
    margin-top: 100px;
    transition: all 300ms ease-out;
}

.offer-item a .btn.btn-more {
    border-color: #ff7200;
    background: #ff7200;
    color: #fff;
    opacity: 0;
    transition: all 300ms ease-out;
    margin-bottom: 58px;
}

.offer-box-sub-container {
    text-align: center;
    padding-top: 27px;
    background: #353d46 url(../images/fala2.png) no-repeat center center / 100%;
    padding-bottom: 100px;
}

@media screen and (min-width: 1140px) {
    .offer-item a:hover .btn.btn-more {
        opacity: 1
    }

    .offer-item a:hover {
        background-color: rgba(255, 255, 255, 0.102);
    }

    .offer-item a:hover .offer-icon {
        margin-top: 60px;
    }

    .offer-item a:hover .offer-name {
        margin-bottom: 30px
    }
}

.realization-boxsub-container {
    text-align: center;
    padding-top: 27px;
    padding-bottom: 50px;
}

.realization-boxsub-container .text.txt {
    font-size: 16px;
    line-height: 30px;
    color: #13235b;
    margin-bottom: 39px;
}

.realization {
    text-align: left;
    padding-bottom: 80px;
}

.realization h2 {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-family: 'Poppins', sans-serif;
    font-size: var(--font-24);
    color: #13235b;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.2em;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 50px;
    position: relative;
}

.realization h2:after {
    vertical-align: middle;
    background: url(../images/icons/arrow_right_orange.svg) no-repeat center center / 30px 30px;
    content: '';
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-left: 19px;
}

.realization-box {
    margin: -20px;
    font-size: 0;
}

.realization-box .realization-item:nth-child(even) {
    margin-top: 0;
}

.realization-box .realization-item {
    padding: 20px;
}

.realization-box .realization-name {
    background-position: -8px 11px;
}

.realization-box .realization-photo {
    margin-bottom: 10px;
}

.contact-box-container {
    padding-bottom: 50px;
    position: relative;
    padding-top: 27px;
}

.contact-left {
    float: left;
    width: 50%;
    padding-right: var(--space-60);
}

.contact-box {
    padding-top: 43px;
}

.contact-item h3 {
    font-size: var(--font-20);
    color: #282828;
    margin-bottom: 30px;
    font-weight: bold;
}

.contact-item:last-child {
}

.contact-item .text.txt {
    font-size: 15px;
    line-height: 36px;
    color: #13235b;
    font-family: 'Poppins', sans-serif;
    padding-top: 16px;
}

.contact-item-links a {
    color: #282828;
    font-weight: bold;
    display: block;
    font-size: 14px;
    margin-bottom: -5px;
    margin-left: -11px;
}

.contact-item-links a .btn-icon {
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.contact-item-links a .btn-icon svg, .contact-item-links a .btn-icon svg * {
    fill: #84c700;
}

.contact-item-links a .btn-caption {
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: 1140px) {

    .contact-item-links a:hover .btn-icon svg, .contact-item-links a:hover .btn-icon svg * {
        fill: #282828;
    }

    .contact-item-links a:hover {
        color: #84c700;
    }
}

.form .before-consent-row {
    padding-top: 0;
}

.maps-box-container iframe {
    height: 706px;
    width: 100%;
    display: block;
}

h1 + .text.txt {
    font-size: 16px;
    line-height: 30px;
    color: #13235b;
    margin-bottom: 39px;
    text-align: center;
}

.contact-form {
    float: right;
    width: 50%;
}

.contact-item {
    width: 50%;
    float: left;
}

.contact-item h4 {
    font-size: var(--font-20);
    color: #13235b;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 52px;
}

.contact-form h2 {
    font-size: var(--font-20);
    color: #13235b;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 72px;
}

.contact-item a.top-phone {
    float: none;
    font-size: var(--font-22);
    font-weight: 600;
    color: #13235b;
}

.footer-contact-links a.top-phone .link-icon svg,
.footer-contact-links a.top-phone .link-icon svg * {
    fill: #121a23;
}

.content-box {
    padding-top: 43px;
}

.contact-item a.top-phone {
    float: none;
    font-size: var(--font-22);
    font-weight: 600;
    color: #13235b;
    margin-top: 0;
    margin-left: 0;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
}

.footer-contact-links a.top-phone .link-icon svg, .footer-contact-links a.top-phone .link-icon svg * {
    fill: #121a23;
}

.contact-item a.top-phone .link-icon {
    width: 63px;
    height: 63px;
    background: url(../images/link_contact_bg.png) no-repeat center center;
    padding: 17px;
    flex-shrink: 0;
}

@media screen and (min-width: 1140px) {
    .contact-item a.top-phone:hover {
        color: #ff7200;
        text-decoration: none;
    }
}

.mask.slide-mask2{
    display: flex;
    align-items: center;
    justify-content: center;
}

.mask.slide-mask2 .slide-mask-image{
    display: block;
    max-width: 1000px;
    opacity: 0.4;
}

.mask.slide-mask2 .slide-mask-image img{
    display: block;
    max-width: 100%;
}

.contact-left-image{
    display: block;
    width: 100%;
    clear: both;
    opacity: 0.4;
    margin: var(--space-25) 0;
}

.contact-left-image img{
    display: block;
    max-width: 100%;
}