/*
TZ
BLUE   #1F8CCD;
RED   #FF511A;
YELLOW   #FFC21A;
LIGHT YELLOW BGR   #FFF4D7;
GREEN   #16D674;


*/

html,
body {
    height: 100%;
    /*font-size:inherit;*/
}
img.cover {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center center;
}

.row-eq-height-xs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    flex-direction: row;
}



.pl0{
    padding-left: 0;
}
.pr0{
    padding-right: 0;
}
.pt0{
    padding-top: 0;
}
.pl5{
    padding-left: 5px;
}
.pr5 {
    padding-right: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pl50 {
    padding-left: 50px;
}
.pr50 {
    padding-right: 50px;
}
.pb20{
    padding-bottom: 20px !important;
}
.pb30{
    padding-bottom: 30px;
}
.pb80{
    padding-bottom: 80px;
}
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.mt25{
    margin-top: 25px;
}
.mt30{
    margin-top: 30px;
}
.mt50{
    margin-top: 50px;
}
.mt80{
    margin-top: 80px;
}
.mt100{
    margin-top: 100px;
}
.mt200{
    margin-top: 200px;
}
.mt250{
    margin-top: 250px;
}
.mt300{
    margin-top: 300px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb0 {
    margin-bottom: 0;
}
.pb50{
    padding-bottom: 50px;
}
@media only screen and (max-width : 767px) {
    .mbxs50 {
        margin-bottom: 50px;
    }
}
.max-w100per{
    max-width: 100%;
}
.min-h600{
    min-height: 600px;
}
.min-h100{
    min-height: 100px;
}
.min-h80{
    min-height: 80px;
}
.min-h50{
    min-height: 50px;
}
.h100per{
    height: 100%;
}
.h500{
    height: 500px;
}
.h600{
    height: 600px;
}
.w200{
    width: 200px;
}
.w100{
    width: 100px;
}
.w80{
    width: 80px;
}
.w50{
    width: 50px;
}
.w100per{
    width:100%;
}
.w90per{
    width:90%;
}
.w80per{
    width:80%;
}
.w50perSm{
    width:50%;
}
@media only screen and (max-width : 767px) {
    .w50perSm {
        width:100%;
    }
}
.w50per{
    width:50%;
}
.w30per{
    width:30%;
}
.w30perCenter{
    width:30%;
    display: block;
    position: relative;
    margin-left:35%;
    margin-bottom: 5px;
}
.w30perSm{
    width:30%;
}
@media only screen and (max-width : 767px) {
    .w30perSm {
        width:100%;
    }
}
.w30per{
    width:30%;
}
.w20perSm{
    width:20%;
}
@media only screen and (max-width : 767px) {
    .w20perSm {
        width:100%;
    }
}
.w20per{
    width:20%;
}
.w10per{
    width:10%;
}
.bgr {
    background-size: cover;
    background-position: center;
}
.dark .shadow {
    text-shadow: 1px 1px 1px black;
}
.dark .bigShadow {
    text-shadow: 1px 1px 2px black,
    2px 2px 5px black,
    4px 4px 10px black,
    4px 4px 15px black,
    4px 4px 20px black,
    4px 4px 25px black;
}
.bigShadowWhite {
    text-shadow: 1px 1px 2px white,
    2px 2px 5px black,
    4px 4px 10px black,
    4px 4px 15px black,
    4px 4px 20px black,
    4px 4px 25px black;
}
.ttu{
    text-transform: uppercase;
}
.bb{
    border-bottom: 1px solid rgba(0,0,0,.3);
}
.dark .bb{
    border-bottom: 1px solid white;
}
.bt{
    border-top: 1px solid rgba(0,0,0,.3);
}
.dark .bt{
    border-top: 1px solid white;
}
.brs5{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.article_front_1 h1{
    font-size: 42px;
    color: #5f6973;
}
.article_front_1 h3{
    font-size: 18px;
}
.text-center {
    text-align: center;
    display: block;
}
.text-grey {
    color: #838e9a;
}
.table{
    display: table;
}
.table-cell {
    display: table-cell;
}
.table-row {
    display: table-row;
}
.table-column {
    display: table-column;
}
.vertical-middle{
    vertical-align: middle;
}

.white_bgr {
    background-color: #FFFFFF;
    color: #333;
}

.light_yellow {
    background-color: #FFF4D7;
    color: #333;
}
.grey {
    background-color: #f5f5f5;
    color: #333;
}

.blue {
    background-color: #154976;
    color: white;
}
.blue h1,.blue h2,.blue h3,.blue h4,.blue h5,.blue h6  {
    color: white;
}
.blue .text-grey {
    color: #5D92C2;
}

/* dark */
.dark .has-error .help-block {
    color: #fff;
}



.dark {
    /*background-color: #487B97;*/
    /*background-color: #1A6F9D;*/
    color: white;
    background-color: #30353b;
    /*color: #838e9a;*/
}

.dark h1,.dark h2,.dark h3,.dark h4,.dark h5,.dark h6 {
    color: white;
}
.yellowH1 h1{
    color: #f7941e;
}
 .yellowH1.dark .bigShadow{
     text-shadow: 0 0 5px #fff, 0 0 5px #fff,
     0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff,
     0 0 5px #fff, 0 0 8px #fff, 0 0 10px #fff,
     0 0 5px #fff, 0 0 8px #fff, 0 0 10px #fff,
     0 0 15px #fff, 0 0 20px #fff, 0 0 25px #fff,
     0 0 15px #fff, 0 0 20px #fff, 0 0 25px #fff,
     0 0 30px #fff, 0 0 35px #fff, 0 0 40px #fff,
     0 0 30px #fff, 0 0 35px #fff, 0 0 40px #fff;
}

.dark .input-group .form-control {
    background-color: transparent;
    border-color: white;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-top-left-radius: 50px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 50px;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 50px;
}


.dark .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.dark .form-control:-ms-input-placeholder,
.dark .form-control::-webkit-input-placeholder{
    color: #fff;
    opacity: 1;
}
.dark .input-group .form-control{
    color: #fff;
}

.dark .input-group .btn-submit{
    background-color: #F7941E;
    text-transform: uppercase;
}
.btn-danger {
    background-color: #F7941E;
    text-transform: uppercase;
    border-radius: 20px;
    border:none;
}
.btn-danger:hover {
    background-color: #F7941E;
    color: #1A6F9D;
}


.trans-black-bgr {
    background-color: rgba(0,0,0,0.7);
}
.dark-blue-bgr {
    background-color:  #154976;
    /*background-image: linear-gradient(to bottom,#0090d7 0,#0e3e74 100%);*/
    /*background-repeat: repeat-x;*/

}
.blue-bgr {
    background-color:  #0090d7;
}
.yellow-bgr {
    background-color:  #FFF4D7;
}
/* slick  */
.carouselControl {
    position: absolute;
    cursor: pointer;
    display: block;
}
.carouselWrapper {
    position: relative;
}
.asb-slick_banner_1 .carouselControl {
    top:148px;
    margin-top: -40px;
}
@media only screen and (max-width : 991px) {
    .asb-slick_banner_1 .carouselControl {
        top:118px;
    }
}

.asb-slick_1 .carouselControl {
    top:148px;
    margin-top: -40px;
}
@media only screen and (max-width : 767px) {
    .asb-slick_1 .carouselControl {
        top:195px;
    }
}
.asb-slick_top .carouselControl {
    top:50%;
    margin-top: -40px;
}
.carouselControl.verticalMiddle {
    top:50%;
    margin-top: -40px;
}
.carouselControl.whiteSquare svg{
    fill:#000000;
    background-color: rgba(255,255,255,.8);
    transition: background-color .3s, stroke .3s;
    stroke:transparent;
}
@media only screen and (max-width : 480px) {
    .carouselControl.whiteSquare svg{
        background-color: rgba(255,255,255,.6);
        width: 50px;
        height: 50px;
    }
}
.carouselControl.whiteSquare svg:hover{
    stroke:#000000;
    background-color: rgba(255,255,255,.9);
    transition: background-color .3s, stroke .3s;
}
.asb-slick_top .carouselControl svg{
    fill:#000000;
    background-color: rgba(255,255,255,.8);
    width: 80px;
    height: 80px;
    transition: background-color .3s, stroke .3s;
    stroke:transparent;
    /*transition: transform .90s;*/
    /*transform: scale(1) translateZ(0);*/
}
@media only screen and (max-width : 480px) {
    .asb-slick_top .carouselControl svg{
        background-color: rgba(255,255,255,.6);
        width: 50px;
        height: 50px;
    }
}
.asb-slick_top .carouselControl svg:hover{
    stroke:#000000;
    background-color: rgba(255,255,255,.9);
    transition: background-color .3s, stroke .3s;
}
/*.carouselControl {*/
    /*cursor: alias;*/
/*}*/
.carouselControl svg{
    width: 80px;
    height: 80px;
}

.asb-slick_3 .carouselControl {
    top:50%;
    margin-top: -40px;
}


.slickPrev,
.asb-slick_banner_1_slickPrev{
    left:10px;
}

.slickNext,
.asb-slick_banner_1_slickNext{
    right:10px;
}
.sticky_slick_top_slickPrev,
.sticky_slickPrev {
    left: 0;
}
.sticky_slick_top_slickNext,
.sticky_slickNext {
    right: 0;
}
.outside.slickPrev{
    left:-60px;
}
.outside.slickNext{
    right:-60px;
}
@media only screen and (max-width : 991px) {
    .outside.slickPrev{
        left:-40px;
    }
    .outside.slickNext{
        right:-40px;
    }
}
.bright .carouselControl svg{
    fill: #ffffff;
}
.carouselControl svg{
    fill: #0F63A4;
}
.carouselControl svg:hover{
    fill:#838e9a;
}
.bright .carouselControl svg:hover{
    fill:#838e9a;
}


.dark .carouselControl svg {
    stroke:#838e9a;
}
.dark .carouselControl svg:hover {
    stroke:#fff;
}
.carousel_item .abtn{
    position: absolute;
    left:30px;
    top:100px;
    z-index:1000;
}
.carousel_item .rbtn{
    position: relative;
    left: -20vw;
    top: -100px;
}
.slick-dots {
    position: absolute;
    bottom: 50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;

}
.slick-dots li  {

    display: inline-block;
    margin: 5px;

}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 1px solid white;
    outline: none;
    background: transparent;
    border-radius: 50px;
}
/*.slick-dots li button:hover {*/
    /*border: 1px solid #838e9a;*/
/*}*/

.slick-dots li.slick-active button {
    opacity: .75;
    background: white;
    color: black;
}
.blue_circle {
    background-color: #0090d7;
    /*background: url(/img/b-header__background.png) 0 0 repeat-x scroll;*/
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 50px;
    width:auto;
    font-size: 26px;
    line-height: 1.1;
}
.text_blue_center {
    color: #0090d7;
    text-align: center;
}
.text_small{
    font-size:0.75em;
}
@media only screen and (max-width : 767px) {
    .text_small {
        font-size:1em;
    }
}

@media only screen and (min-width : 768px) {
    .display_xs {
        display: none;
    }
    .hidden_xs {
        display: block;
    }

}
@media only screen and (max-width : 767px) {
    .display_xs {
        display: block;
    }
    .hidden_xs {
        display: none;
    }
}


h1 {
    font-size: 28px;
}
h2 {
    font-size: 24px;
}

h3 {
    font-size: 21px;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 17px;
}
h6 {
    font-size: 16px;
}
h1,h2,h3,h4,h5,h6 {
    color: #5f6973;
}
.asb-header_on_img .header {
    position: absolute;
    background-color: rgba(0,0,0,0.5);
    color: #ffffff;
    margin-top: 10px;
    padding: 5px;
    font-size: 13px;

}
.asb-header_on_img .image_box {

}
@media only screen and (max-width : 767px) {
    .asb-header_on_img .image_box {
        width: 300px;
        position: relative;
        left: 50%;
        margin-left: -150px;
    }

}


.box {
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.bigBox {
    padding: 50px;
    margin-top: 80px;
    margin-bottom: 80px;
}
.float-right{
    float:right;
    margin-left: 10px;
    margin-bottom: 10px;
}
.float-left{
    float:left;
    margin-right: 10px;
    margin-bottom: 10px;
}
/*section {*/
    /*padding-top: 30px;*/
    /*padding-bottom: 30px;*/
/*}*/
section::after {
    content: "";
    clear: both;
    display: table;
}
img {
    max-width: 100%;
}
.article_view  {
    font-size: 13px;
    /*color:#5f6973;*/
    color:#444;
}
.price-calculator .box {
    /*background-color: #f5f5f5;*/
    background-color: #f5f5f5;
    border: 1px #ccc solid;
    border-radius: 10px;
}
.asbi-v_svg_head_text .svg svg {
    width: 80px;
    height: 80px;
}

@media only screen and (max-width : 767px) {
    .asbi-h_2col-img_text .image {
        width: 250px;
        position: relative;
        left: 50%;
        margin-left: -125px;
    }
}
.dark .magImg i, .dark a{
    color: #ffffff;
}
.asb-bs_horiz_2 .magImg i{
    font-size:3em;
}

.arrowDown_ico{
    width: 90px;
    height: 120px;
    position: relative;
}
.arrow_ico{
    width: 90px;
    height: 74px;
    position: absolute;
    left:-45px;
    top:20px;
}
.city-price-calc .submit {
    margin-top: 44px;
}
.city-price-calc #calcResult {
    font-size: 1rem;
    color: #000000;
    /*color: #FF511A;*/
}
.city-price-calc{
    border:1px solid #ccc;
    border-radius: 10px;
    background-color: #FFF4D7;
}
.ul_no_dot ul {
    list-style-type:none;
}
.illustration_fw{
    overflow: hidden;
}
.alignFullImg {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 1000%;
    width: auto;
}


.text-success {
    color: #449d44;
}
.text-warning{
    color: #F7941E;
}
.text-info{
    color: #17a2b8;
}
.text-danger{
    color: #dc3545;
}
.dark .bordered{
    border:1px solid white;
}
.bordered{
    border:1px solid grey;
}
.shortOrderForm label{
    text-transform: uppercase;
    font-weight:normal;
}
.has-error .control-label,
.has-success .control-label{
    color: inherit;
    /*text-shadow: 1px 1px 2px white, -1px -1px 2px white;*/
}
.as-top_h1_form h1{
    margin-top: 1em;
    margin-left: 1em;
}
.as-top_h1_form .advantages{
    color: #F3BB00;
    /*color: #f39200;*/
    /*color: #FFF4D7;*/
    font-size:1.7rem;
    padding-left:2em;
}
@media only screen and (max-width : 480px) {
    .as-top_h1_form .advantages{
        font-size:1.2rem;
        padding-left:inherit;
    }
    .as-top_h1_form h1{
        font-size:1.4rem;
        margin-left: inherit;
    }
}
.as-top_h1_form .bordered{
    border-color: #F3BB00;
    /*font-size:2rem;*/
}
.as-top_h1_form .box{
    padding: 20px;
}
.as-top_h2_form.dark .form{
    background-color: rgba(0,0,0,.3);
    /*padding: 1px 10px ;*/
}
.as-top_h2_form.dark .bordered {
    border: 1px solid rgba(0,0,0,.3);
    /*border: 1px solid rgba(255,255,255,.5);*/
}

.btn-primary{
    border-radius:3px;
    padding-left: 1em;
    padding-right:1em;
}
label .noBold{
    font-weight: normal;
}
.grey_text, .text_grey{
    color:rgba(0,0,0,.45);
}

.bt{
    border-top: 1px solid rgba(0,0,0,.25);
}
.bb{
    border-bottom: 1px solid rgba(0,0,0,.25);
}

.asbi-slick_top_h1_fullback{
    min-height: 600px;
    padding-top: 100px;
    padding-bottom: 50px;
    color: #ffffff;
}
@media only screen and (min-width : 768px) {
    .asbi-slick_top_h1_fullback{
        min-height: 800px;
        padding-top: 150px;
    }
}
@media only screen and (max-width : 480px) {
    .asbi-slick_top_h1_fullback{
        min-height: 400px;
        padding-top: 50px;
    }
}

.asbi-slick_top_h1_fullback h1{
    font-size: 4em;
    text-transform: uppercase;
    color: white;
    width: 100%;
    padding: 0 10%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 1em;
}
@media only screen and (max-width : 768px) {
    .asbi-slick_top_h1_fullback h1{
        font-size: 3em;
    }
}
@media only screen and (max-width : 480px) {
    .asbi-slick_top_h1_fullback h1{
        font-size: 2em;
    }
}
.asbi-slick_top_h1_fullback .text{
    font-size: 1.5em;
    background-color: rgba(0,0,0,.5);
    padding: 1em;
}
@media only screen and (max-width : 480px) {
    .asbi-slick_top_h1_fullback .text{
        font-size: 1.1em;
    }
}
.asbi-slick_top_h1_fullback .description{
    font-size: 1.5em;
    padding: 1em;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    /*border-bottom: 1px solid white;*/
    /*font-weight: bold;*/
}
.asbi-slick_top_h1_fullback .description:before,
.asbi-slick_top_h1_fullback .description:after{
   content: '';
    width: 2em;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
}
.asbi-slick_top_h1_fullback .description:before{
    left: -1.5em;
}
.asbi-slick_top_h1_fullback .description:after{
    right: -1.5em;
}

.asbi-slick_top_h1_fullback .textBlock{
    width: 100%;
    padding: 0 10%;
    margin-bottom: 5em;
}
@media only screen and (min-width : 992px) {
    .asbi-slick_top_h1_fullback .textBlock{
        padding: 0 20%;
    }
}
.submit_perspective .asbi-slick_top_h1_fullback{
    perspective: 500px;
}
.submit_perspective .asbi-slick_top_h1_fullback .link{
    padding: .5em .8em;
    font-size: 1.5em;
    text-transform: uppercase;
    background-color: rgba(0,0,0,.3);
    transition: background-color .8s, border .1s, transform .8s;
    border: 2px solid white;
    position: relative;
    display: inline-block;
    width: auto;
    transform:  rotateX(0);
    z-index: 100;
}
.submit_perspective .asbi-slick_top_h1_fullback .link:hover{
    text-decoration: none;
    background-color: rgba(0,0,0,.9);
    transition: background-color .3s, border .1s, transform .3s;
    border: 3px solid white;
    transform:  rotateX(50deg);
}

.btn-bordered.white{
    color: white;
    border: 2px solid white;
}
.asb-slick_top .downMore{
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
}
.asbi-v_text_link_svg_in_comment_on_image .description,
.asbi-v_svg_in_comment_on_image_text_link .description {
    margin-top: 2em;
    text-transform: uppercase;
    font-weight: bold;
    color: rgba(0,0,0,.4);
    font-family: 'Montserrat', sans-serif;
    letter-spacing: .3em;
    display: inline-block;
}

.asbi-v_text_link_svg_in_comment_on_image h4,
.asbi-v_svg_in_comment_on_image_text_link h4{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 3em;
}
.asbi-v_text_link_svg_in_comment_on_image .text,
.asbi-v_svg_in_comment_on_image_text_link .text{
    font-size: 1.3em;
    margin-bottom: 1.2em;
}

.perspective500{
    perspective: 500px;
}

.asbi-v_text_link_svg_in_comment_on_image .link,
.asbi-v_svg_in_comment_on_image_text_link .link {
    text-transform: uppercase;
    text-decoration: none;
    color: rgba(0,0,0,.8);
    display: inline-block;
    font-size: 1.3em;
    padding: .3em;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,.6);
}
 .asbi-v_text_link_svg_in_comment_on_image .link:hover,
 .asbi-v_svg_in_comment_on_image_text_link .link:hover {
    text-decoration: none;
    padding: .3em .5em;
}





.asbi-v_text_link_svg_in_comment_on_image .imgWrap,
.asbi-v_svg_in_comment_on_image_text_link .imgWrap {
    height: 450px;
    width: 100%;
    position: relative;
}
@media only screen and (max-width : 991px) {
    .asbi-v_text_link_svg_in_comment_on_image .imgWrap,
    .asbi-v_svg_in_comment_on_image_text_link .imgWrap{
        height: 250px;
    }
}
@media only screen and (max-width : 480px) {
    .asbi-v_text_link_svg_in_comment_on_image .imgWrap,
    .asbi-v_svg_in_comment_on_image_text_link .imgWrap{
        height: 150px;
    }
}




.asb-bs_2_frame .asbi-v_text_link_svg_in_comment_on_image .imgWrap,
.asb-bs_2_frame .asbi-v_svg_in_comment_on_image_text_link .imgWrap {
    height: 350px;
}
@media only screen and (max-width : 991px) {
    .asb-bs_2_frame .asbi-v_text_link_svg_in_comment_on_image .imgWrap,
    .asb-bs_2_frame .asbi-v_svg_in_comment_on_image_text_link .imgWrap{
        height: 200px;
    }
}
@media only screen and (max-width : 480px) {
    .asb-bs_2_frame .asbi-v_text_link_svg_in_comment_on_image .imgWrap,
    .asb-bs_2_frame .asbi-v_svg_in_comment_on_image_text_link .imgWrap{
        height: 150px;
    }
}

.framePadding{
    padding: 60px 95px;
}
@media only screen and (max-width : 768px) {
    .framePadding{
        padding: 30px 55px;
    }
}
@media only screen and (max-width : 480px) {
    .framePadding{
        padding: 10px 10px;
    }
}
.asb-bs_1_frame,
.asb-bs_2_frame{
    padding-left: 80px;
    padding-right: 80px;
}
.asb-bs_1_frame .itemFrame,
.asb-bs_2_frame .itemFrame{
    margin-bottom: 30px;
}

@media only screen and (max-width : 768px) {
    .asb-bs_1_frame,
    .asb-bs_2_frame{
        padding-top: 50px;
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media only screen and (max-width : 480px) {
    .asb-bs_1_frame,
    .asb-bs_2_frame{
        padding-left: 0;
        padding-right: 0;
    }
}


.asbi-v_text_link_svg_in_comment_on_image .imgWrap .svg_box,
.asbi-v_sm_svg_in_comment_on_image_text_link .imgWrap .svg_box,
.asbi-v_svg_in_comment_on_image_text_link .imgWrap .svg_box {
    position: absolute;
    height: 60px;
    width: 60px;
    left: 50%;
    margin-left: -30px;
    background-color: #fff;
}
.asbi-v_text_link_svg_in_comment_on_image .imgWrap .svg_box{
    top: 0;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.asbi-v_svg_in_comment_on_image_text_link .imgWrap .svg_box {
    bottom: 0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}


.asbi-v_sm_svg_in_comment_on_image_text_link  .imgWrap .svg_box {
    bottom: -20px;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}
.asbi-v_text_link_svg_in_comment_on_image.grey .imgWrap .svg_box,
.asbi-v_svg_in_comment_on_image_text_link.grey .imgWrap .svg_box{
    background-color: #f5f5f5;
}

.fixedBackground {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}


.as-h_2col-text--fix_image .textBlock{
    padding: 6em 1em ;
}
@media only screen and (min-width : 992px) {
    .as-h_2col-text--fix_image .textBlock{
        font-size: 1.1em;
        padding: 12em 2em 12em;
    }
}

.as-h_2col-text--fix_image,
.as-h_2col-text--fix_image. .row{
    background-repeat: no-repeat;
    min-height: 500px;
}


.as-h_2col-text--fix_image .description{
    text-transform: uppercase;
    letter-spacing: .3em;
}
.as-h_2col-text--fix_image h2{
    font-size: 2.2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.as-h_2col-text--fix_image .text{
    font-size: 1.2em;
}
@media only screen and (min-width : 769px) {
    .flex-sm{
        display: flex;
    }
    .as-h_2col-text--fix_image .visible_sm {
        display: none;
    }
}
@media only screen and (max-width : 768px) {
    .as-h_2col-text--fix_image .fixedBackground {
        display: none;
    }
    .as-h_2col-text--fix_image .visible_sm {
        display: block;
    }
    .as-h_2col-text--fix_image .visible_sm img{
        height: 300px;
    }
}
.as-h_2col-text--fix_image .link{
    display: inline-block;
    font-size: 1.2em;
}
.link_style1 .link{
    text-transform: uppercase;
    text-decoration: none;
    transition: border-bottom-color .3s;
    padding: .3em .5em;
    border-style: solid;
    border-width: 1px;
    border-bottom-color: rgba(0,0,0,.5);
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}
.link_style1 .link:hover,
.link_style1 .link:focus,
.link_style1 .link:active{
    transition: border .3s;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: rgba(0,0,0,.5);
    border-right-color: rgba(0,0,0,.5);
}
.link_style1.dark .link{
    border-bottom-color: white;
    border-top-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}
.link_style1.dark .link:hover,
.link_style1.dark .link:focus,
.link_style1.dark .link:active{
    transition: border .3s;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: white;
    border-right-color: white;
}



.asbi-slick_box_fullback .textBlock{
    margin-top: 300px;
    padding: 1em 2em 1.5em;
    background-color: white;
    text-align: left;
}
@media only screen and (max-width : 768px) {
    .asbi-slick_box_fullback .textBlock{
        margin-top: 200px;
        padding: 1em 2em 1.5em;
        background-color: white;
    }
}

.asb-slick_1_frame .carousel_item .asbi-slick_box_fullback{
    min-height: 800px;
}
@media only screen and (max-width : 768px) {
    .asb-slick_1_frame .carousel_item .asbi-slick_box_fullback{
        min-height: 600px;
    }
}
.asbi-slick_box_fullback .textBlock .description{
    font-size: 1.3em;
    text-align: right;
    font-weight: bold;
    color: rgba(0,0,0,.5);
}
.asbi-slick_box_fullback .textBlock h4{
    font-size: 2.2em;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}
.asbi-slick_box_fullback .textBlock .text{
    font-size: 1.3em;
}
.asbi-slick_box_fullback .link{
    /*font-weight: bold;*/
    display: inline-block;
    color: inherit;
    margin-top: 1em;
    font-size: 1.3em;
}
.fz1_3{
    font-size: 1.3em;
}
.fz1_3 h2{
    font-size: 1.7em;
}

.article_topLine_image{
    min-height: 300px;
    padding: 5em 3em;
    color: white;
}
.article_topLine_image h1{
    color: white;
    font-size: 4em;
}
.mt_auto{
    margin-top: auto;
}
.mb_auto{
    margin-bottom: auto;
}
.d_flex{
    display: flex;
}
.d_flex_column{
    display: flex;
    flex-direction: column;
}
.flex_grow{
    flex-grow: 1;
}
.absolute_right_bottom{
    position: absolute;
    right: 15px;
    bottom: 20px;
}
.fullHeight{
    /*padding-bottom: 100%;*/
    /*margin-bottom: -100%;*/
}
.asbi-v_sm_svg_in_comment_on_image_text_link{
    display: table;
}
.asbi-v_sm_svg_in_comment_on_image_text_link .row{
    display: table-row;
}
.asbi-v_sm_svg_in_comment_on_image_text_link .fullHeight{
    height: 100%;
    position: relative;
}
.asbi-v_svg_in_comment_on_image_centered_square img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
/*.square {*/
/*    width: 100%;*/
/*}*/
/*.square:after {*/
/*    content: "";*/
/*    display: block;*/
/*    padding-bottom: 100%;*/
/*}*/
.square {
    max-width: 100vh;
    max-height: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.square::before {
    content: "";
    display: block;
    margin-top: 100%;
}
/*.square .contentBox{*/
/*    position: absolute;*/
/*    left: 0;*/
/*    top: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*}*/

.square .contentBox {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    text-align: center;
}