

/* Start:/local/templates/main_template/css/grid.css?162824914679570*/
*, *::after, *::before {
  magrin:0;
  padding:0;
    box-sizing: border-box;
}

html, body {
    padding: 0;
    margin: 0;
    font-weight: normal;
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.container{
  width:100%;
  max-width:1170px;
  margin:0 auto;
}

.content{
    position: relative;
	height: auto;
}

/*сетка
 * ---------------------------------------*/

.row {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
	height: auto;
}

.flex {
    -js-display: flex;
    display: -webkit-flex;
    display: flex;
}

.nogutter {
    margin-left: 0;
}
.flex-column {
	flex-direction: column;
	flex-wrap: nowrap;
}
.flex-row {
	flex-direction: row;
	flex-wrap: nowrap;
}
/*
[class*="col-"] {
    -webkit-flex: 1;
    flex: 1;
}
*/
.nogutter > [class*="col-"] {
    padding-left: 0;
}

.align-center {
    -webkit-justify-content: center;
    justify-content: center;
}

.align-right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}

.align-justify {
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.align-spaced {
    -webkit-justify-content: space-around;
    justify-content: space-around;
}

.align-items-stretch {
    -webkit-align-items: stretch;
    align-items: stretch;
}

.align-items-stretch [class*="col-"] {
	display: -webkit-flex;
	display: flex;
}


.align-items-top {
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.align-items-bottom {
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.align-items-middle {
    -webkit-align-items: center;
    align-items: center;
	align-content: center;
}

.align-self-middle {
    -webkit-align-self: center;
    align-self: center;
}

.align-self-stretch {
    -webkit-align-self: stretch;
    align-self: stretch;
    display: -webkit-flex;
    display: flex;
}

.align-self-top {
    -webkit-align-self: flex-start;
    align-self: flex-start;
}

.align-self-bottom {
    -webkit-align-self: flex-end;
    align-self: flex-end;
}

.col2, .col3, .col4, .col5 {
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    float: left;
    width: 100%;
}

.col2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.col3 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.col4 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.col5 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}

.col-fit, .col-shrink {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 100%;
}

.col-expand, .col-auto {
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}

.col-full {
    -webkit-flex: 1 1 100%;
    flex: 1 1 100%;
}

.order-12 {
    -webkit-order: 12;
    order: 12
}

.order-11 {
    -webkit-order: 11;
    order: 11
}

.order-10 {
    -webkit-order: 10;
    order: 10
}

.order-9 {
    -webkit-order: 9;
    order: 9
}

.order-8 {
    -webkit-order: 8;
    order: 8
}

.order-7 {
    -webkit-order: 7;
    order: 7
}

.order-6 {
    -webkit-order: 6;
    order: 6
}

.order-5 {
    -webkit-order: 5;
    order: 5
}

.order-4 {
    -webkit-order: 4;
    order: 4
}

.order-3 {
    -webkit-order: 3;
    order: 3
}

.order-2 {
    -webkit-order: 2;
    order: 2
}

.order-1 {
    -webkit-order: 1;
    order: 1
}

.col-1-12 {
    -webkit-flex: 0 0 8.3333333333333%;
    flex: 0 0 8.3333333333333%;
    max-width: 8.3333333333333%
}

.no-flexbox .col-1-12 {
    width: 8.3333333333333%
}

.col-1-12-off {
    margin-left: 8.3333333333333%
}

.col-1-6 {
    -webkit-flex: 0 0 16.666666666667%;
    flex: 0 0 16.666666666667%;
    max-width: 16.666666666667%
}

.no-flexbox .col-1-6 {
    width: 16.666666666667%
}

.col-1-6-off {
    margin-left: 16.666666666667%
}

.col-1-4 {
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.no-flexbox .col-1-4 {
    width: 25%
}

.col-1-4-off {
    margin-left: 25%
}

.col-1-3 {
    -webkit-flex: 0 0 33.333333333333%;
    flex: 0 0 33.333333333333%;
    max-width: 33.333333333333%
}

.no-flexbox .col-1-3 {
    width: 33.333333333333%
}

.col-1-3-off {
    margin-left: 33.333333333333%
}

.col-5-12 {
    -webkit-flex: 0 0 41.666666666667%;
    flex: 0 0 41.666666666667%;
    max-width: 41.666666666667%
}

.no-flexbox .col-5-12 {
    width: 41.666666666667%
}

.col-5-12-off {
    margin-left: 41.666666666667%
}

.col-1-2 {
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.no-flexbox .col-1-2 {
    width: 50%
}

.col-1-2-off {
    margin-left: 50%
}

.col-7-12 {
    -webkit-flex: 0 0 58.333333333333%;
    flex: 0 0 58.333333333333%;
    max-width: 58.333333333333%
}

.no-flexbox .col-7-12 {
    width: 58.333333333333%
}

.col-7-12-off {
    margin-left: 58.333333333333%
}

.col-2-3 {
    -webkit-flex: 0 0 66.666666666667%;
    flex: 0 0 66.666666666667%;
    max-width: 66.666666666667%
}

.no-flexbox .col-2-3 {
    width: 66.666666666667%
}

.col-2-3-off {
    margin-left: 66.666666666667%
}

.col-3-4 {
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.no-flexbox .col-3-4 {
    width: 75%
}

.col-3-4-off {
    margin-left: 75%
}

.col-5-6 {
    -webkit-flex: 0 0 83.333333333333%;
    flex: 0 0 83.333333333333%;
    max-width: 83.333333333333%
}

.no-flexbox .col-5-6 {
    width: 83.333333333333%
}

.col-5-6-off {
    margin-left: 83.333333333333%
}

.col-11-12 {
    -webkit-flex: 0 0 91.666666666667%;
    flex: 0 0 91.666666666667%;
    max-width: 91.666666666667%
}

.no-flexbox .col-11-12 {
    width: 91.666666666667%
}

.col-11-12-off {
    margin-left: 91.666666666667%
}

.col-1-1 {
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.no-flexbox .col-1-1 {
    width: 100%
}

.col-1-1-off {
    margin-left: 100%
}

.col-1-11 {
    -webkit-flex: 0 0 9.0909090909091%;
    flex: 0 0 9.0909090909091%;
    max-width: 9.0909090909091%
}

.no-flexbox .col-1-11 {
    width: 9.0909090909091%
}

.col-1-11-off {
    margin-left: 9.0909090909091%
}

.col-2-11 {
    -webkit-flex: 0 0 18.181818181818%;
    flex: 0 0 18.181818181818%;
    max-width: 18.181818181818%
}

.no-flexbox .col-2-11 {
    width: 18.181818181818%
}

.col-2-11-off {
    margin-left: 18.181818181818%
}

.col-3-11 {
    -webkit-flex: 0 0 27.272727272727%;
    flex: 0 0 27.272727272727%;
    max-width: 27.272727272727%
}

.no-flexbox .col-3-11 {
    width: 27.272727272727%
}

.col-3-11-off {
    margin-left: 27.272727272727%
}

.col-4-11 {
    -webkit-flex: 0 0 36.363636363636%;
    flex: 0 0 36.363636363636%;
    max-width: 36.363636363636%
}

.no-flexbox .col-4-11 {
    width: 36.363636363636%
}

.col-4-11-off {
    margin-left: 36.363636363636%
}

.col-5-11 {
    -webkit-flex: 0 0 45.454545454545%;
    flex: 0 0 45.454545454545%;
    max-width: 45.454545454545%
}

.no-flexbox .col-5-11 {
    width: 45.454545454545%
}

.col-5-11-off {
    margin-left: 45.454545454545%
}

.col-6-11 {
    -webkit-flex: 0 0 54.545454545455%;
    flex: 0 0 54.545454545455%;
    max-width: 54.545454545455%
}

.no-flexbox .col-6-11 {
    width: 54.545454545455%
}

.col-6-11-off {
    margin-left: 54.545454545455%
}

.col-7-11 {
    -webkit-flex: 0 0 63.636363636364%;
    flex: 0 0 63.636363636364%;
    max-width: 63.636363636364%
}

.no-flexbox .col-7-11 {
    width: 63.636363636364%
}

.col-7-11-off {
    margin-left: 63.636363636364%
}

.col-8-11 {
    -webkit-flex: 0 0 72.727272727273%;
    flex: 0 0 72.727272727273%;
    max-width: 72.727272727273%
}

.no-flexbox .col-8-11 {
    width: 72.727272727273%
}

.col-8-11-off {
    margin-left: 72.727272727273%
}

.col-9-11 {
    -webkit-flex: 0 0 81.818181818182%;
    flex: 0 0 81.818181818182%;
    max-width: 81.818181818182%
}

.no-flexbox .col-9-11 {
    width: 81.818181818182%
}

.col-9-11-off {
    margin-left: 81.818181818182%
}

.col-10-11 {
    -webkit-flex: 0 0 90.909090909091%;
    flex: 0 0 90.909090909091%;
    max-width: 90.909090909091%
}

.no-flexbox .col-10-11 {
    width: 90.909090909091%
}

.col-10-11-off {
    margin-left: 90.909090909091%
}

.col-1-10 {
    -webkit-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%
}

.no-flexbox .col-1-10 {
    width: 10%
}

.col-1-10-off {
    margin-left: 10%
}

.col-1-5 {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.no-flexbox .col-1-5 {
    width: 20%
}

.col-1-5-off {
    margin-left: 20%
}

.col-3-10 {
    -webkit-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%
}

.no-flexbox .col-3-10 {
    width: 30%
}

.col-3-10-off {
    margin-left: 30%
}

.col-2-5 {
    -webkit-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
}

.no-flexbox .col-2-5 {
    width: 40%
}

.col-2-5-off {
    margin-left: 40%
}

.col-3-5 {
    -webkit-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
}

.no-flexbox .col-3-5 {
    width: 60%
}

.col-3-5-off {
    margin-left: 60%
}

.col-7-10 {
    -webkit-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%
}

.no-flexbox .col-7-10 {
    width: 70%
}

.col-7-10-off {
    margin-left: 70%
}

.col-4-5 {
    -webkit-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%
}

.no-flexbox .col-4-5 {
    width: 80%
}

.col-4-5-off {
    margin-left: 80%
}

.col-9-10 {
    -webkit-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%
}

.no-flexbox .col-9-10 {
    width: 90%
}

.col-9-10-off {
    margin-left: 90%
}

.col-1-9 {
    -webkit-flex: 0 0 11.111111111111%;
    flex: 0 0 11.111111111111%;
    max-width: 11.111111111111%
}

.no-flexbox .col-1-9 {
    width: 11.111111111111%
}

.col-1-9-off {
    margin-left: 11.111111111111%
}

.col-2-9 {
    -webkit-flex: 0 0 22.222222222222%;
    flex: 0 0 22.222222222222%;
    max-width: 22.222222222222%
}

.no-flexbox .col-2-9 {
    width: 22.222222222222%
}

.col-2-9-off {
    margin-left: 22.222222222222%
}

.col-4-9 {
    -webkit-flex: 0 0 44.444444444444%;
    flex: 0 0 44.444444444444%;
    max-width: 44.444444444444%
}

.no-flexbox .col-4-9 {
    width: 44.444444444444%
}

.col-4-9-off {
    margin-left: 44.444444444444%
}

.col-5-9 {
    -webkit-flex: 0 0 55.555555555556%;
    flex: 0 0 55.555555555556%;
    max-width: 55.555555555556%
}

.no-flexbox .col-5-9 {
    width: 55.555555555556%
}

.col-5-9-off {
    margin-left: 55.555555555556%
}

.col-7-9 {
    -webkit-flex: 0 0 77.777777777778%;
    flex: 0 0 77.777777777778%;
    max-width: 77.777777777778%
}

.no-flexbox .col-7-9 {
    width: 77.777777777778%
}

.col-7-9-off {
    margin-left: 77.777777777778%
}

.col-8-9 {
    -webkit-flex: 0 0 88.888888888889%;
    flex: 0 0 88.888888888889%;
    max-width: 88.888888888889%
}

.no-flexbox .col-8-9 {
    width: 88.888888888889%
}

.col-8-9-off {
    margin-left: 88.888888888889%
}

.col-1-8 {
    -webkit-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
}

.no-flexbox .col-1-8 {
    width: 12.5%
}

.col-1-8-off {
    margin-left: 12.5%
}

.col-3-8 {
    -webkit-flex: 0 0 37.5%;
    flex: 0 0 37.5%;
    max-width: 37.5%
}

.no-flexbox .col-3-8 {
    width: 37.5%
}

.col-3-8-off {
    margin-left: 37.5%
}

.col-5-8 {
    -webkit-flex: 0 0 62.5%;
    flex: 0 0 62.5%;
    max-width: 62.5%
}

.no-flexbox .col-5-8 {
    width: 62.5%
}

.col-5-8-off {
    margin-left: 62.5%
}

.col-7-8 {
    -webkit-flex: 0 0 87.5%;
    flex: 0 0 87.5%;
    max-width: 87.5%
}

.no-flexbox .col-7-8 {
    width: 87.5%
}

.col-7-8-off {
    margin-left: 87.5%
}

.col-1-7 {
    -webkit-flex: 0 0 14.285714285714%;
    flex: 0 0 14.285714285714%;
    max-width: 14.285714285714%
}

.no-flexbox .col-1-7 {
    width: 14.285714285714%
}

.col-1-7-off {
    margin-left: 14.285714285714%
}

.col-2-7 {
    -webkit-flex: 0 0 28.571428571429%;
    flex: 0 0 28.571428571429%;
    max-width: 28.571428571429%
}

.no-flexbox .col-2-7 {
    width: 28.571428571429%
}

.col-2-7-off {
    margin-left: 28.571428571429%
}

.col-3-7 {
    -webkit-flex: 0 0 42.857142857143%;
    flex: 0 0 42.857142857143%;
    max-width: 42.857142857143%
}

.no-flexbox .col-3-7 {
    width: 42.857142857143%
}

.col-3-7-off {
    margin-left: 42.857142857143%
}

.col-4-7 {
    -webkit-flex: 0 0 57.142857142857%;
    flex: 0 0 57.142857142857%;
    max-width: 57.142857142857%
}

.no-flexbox .col-4-7 {
    width: 57.142857142857%
}

.col-4-7-off {
    margin-left: 57.142857142857%
}

.col-5-7 {
    -webkit-flex: 0 0 71.428571428571%;
    flex: 0 0 71.428571428571%;
    max-width: 71.428571428571%
}

.no-flexbox .col-5-7 {
    width: 71.428571428571%
}

.col-5-7-off {
    margin-left: 71.428571428571%
}

.col-6-7 {
    -webkit-flex: 0 0 85.714285714286%;
    flex: 0 0 85.714285714286%;
    max-width: 85.714285714286%
}

.no-flexbox .col-6-7 {
    width: 85.714285714286%
}

.col-6-7-off {
    margin-left: 85.714285714286%
}

/* default responsive */
@media (max-width: 769px) {
    .col-1-12, .no-flexbox .col-1-12, .col-1-12-off, .col-1-6, .no-flexbox .col-1-6, .col-1-6-off, .col-1-4, .no-flexbox .col-1-4, .col-1-4-off, .col-1-3, .no-flexbox .col-1-3, .col-1-3-off, .col-5-12, .no-flexbox .col-5-12, .col-5-12-off, .col-1-2, .no-flexbox .col-1-2, .col-1-2-off, .col-7-12, .no-flexbox .col-7-12, .col-7-12-off, .col-2-3, .no-flexbox .col-2-3, .col-2-3-off, .col-3-4, .no-flexbox .col-3-4, .col-3-4-off, .col-5-6, .no-flexbox .col-5-6, .col-5-6-off, .col-11-12, .no-flexbox .col-11-12, .col-11-12-off, .col-1-1, .no-flexbox .col-1-1, .col-1-1-off, .col-1-11, .no-flexbox .col-1-11, .col-1-11-off, .col-2-11, .no-flexbox .col-2-11, .col-2-11-off, .col-3-11, .no-flexbox .col-3-11, .col-3-11-off, .col-4-11, .no-flexbox .col-4-11, .col-4-11-off, .col-5-11, .no-flexbox .col-5-11, .col-5-11-off, .col-6-11, .no-flexbox .col-6-11, .col-6-11-off, .col-7-11, .no-flexbox .col-7-11, .col-7-11-off, .col-8-11, .no-flexbox .col-8-11, .col-8-11-off, .col-9-11, .no-flexbox .col-9-11, .col-9-11-off, .col-10-11, .no-flexbox .col-10-11, .col-10-11-off, .col-1-10, .no-flexbox .col-1-10, .col-1-10-off, .col-1-5, .no-flexbox .col-1-5, .col-1-5-off, .col-3-10, .no-flexbox .col-3-10, .col-3-10-off, .col-2-5, .no-flexbox .col-2-5, .col-2-5-off, .col-3-5, .no-flexbox .col-3-5, .col-3-5-off, .col-7-10, .no-flexbox .col-7-10, .col-7-10-off, .col-4-5, .no-flexbox .col-4-5, .col-4-5-off, .col-9-10, .no-flexbox .col-9-10, .col-9-10-off, .col-1-9, .no-flexbox .col-1-9, .col-1-9-off, .col-2-9, .no-flexbox .col-2-9, .col-2-9-off, .col-4-9, .no-flexbox .col-4-9, .col-4-9-off, .col-5-9, .no-flexbox .col-5-9, .col-5-9-off, .col-7-9, .no-flexbox .col-7-9, .col-7-9-off, .col-8-9, .no-flexbox .col-8-9, .col-8-9-off, .col-1-8, .no-flexbox .col-1-8, .col-1-8-off, .col-3-8, .no-flexbox .col-3-8, .col-3-8-off, .col-5-8, .no-flexbox .col-5-8, .col-5-8-off, .col-7-8, .no-flexbox .col-7-8, .col-7-8-off, .col-1-7, .no-flexbox .col-1-7, .col-1-7-off, .col-2-7, .no-flexbox .col-2-7, .col-2-7-off, .col-3-7, .no-flexbox .col-3-7, .col-3-7-off, .col-4-7, .no-flexbox .col-4-7, .col-4-7-off, .col-5-7, .no-flexbox .col-5-7, .col-5-7-off, .col-6-7, .no-flexbox .col-6-7, .col-6-7-off, .col-full {
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: 100%;
        width: 100%;
        margin-left: 0
    }
}

/* -- Breakpoint 4 (.b) BIG DESKTOP
------------------------------------------------------------- */
@media (min-width: 1200px) {	
	.row {
		margin-left: -16px;
		margin-right: -16px;
	}
	
	.container {
		margin-right: auto;
		margin-left: auto;
		padding-left: 16px;
		padding-right: 16px
	}
	
	.b-col-0-0 {
		display: none;
	}
	
    .b-col-1-12 {
        -webkit-flex: 0 0 8.3333333333333%;
        flex: 0 0 8.3333333333333%;
        max-width: 8.3333333333333%
    }

    .no-flexbox .b-col-1-12 {
        -webkit-flex: 0 0 8.3333333333333%;
        flex: 0 0 8.3333333333333%;
        width: 8.3333333333333%
    }

    .b-col-1-12-off {
        margin-left: 8.3333333333333%
    }

    .b-col-1-6 {
        -webkit-flex: 0 0 16.666666666667%;
        flex: 0 0 16.666666666667%;
        max-width: 16.666666666667%
    }

    .no-flexbox .b-col-1-6 {
        -webkit-flex: 0 0 16.666666666667%;
        flex: 0 0 16.666666666667%;
        width: 16.666666666667%
    }

    .b-col-1-6-off {
        margin-left: 16.666666666667%
    }

    .b-col-1-4 {
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .no-flexbox .b-col-1-4 {
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%
    }

    .b-col-1-4-off {
        margin-left: 25%
    }

    .b-col-1-3 {
        -webkit-flex: 0 0 33.333333333333%;
        flex: 0 0 33.333333333333%;
        max-width: 33.333333333333%
    }

    .no-flexbox .b-col-1-3 {
        -webkit-flex: 0 0 33.333333333333%;
        flex: 0 0 33.333333333333%;
        width: 33.333333333333%
    }

    .b-col-1-3-off {
        margin-left: 33.333333333333%
    }

    .b-col-5-12 {
        -webkit-flex: 0 0 41.666666666667%;
        flex: 0 0 41.666666666667%;
        max-width: 41.666666666667%
    }

    .no-flexbox .b-col-5-12 {
        -webkit-flex: 0 0 41.666666666667%;
        flex: 0 0 41.666666666667%;
        width: 41.666666666667%
    }

    .b-col-5-12-off {
        margin-left: 41.666666666667%
    }

    .b-col-1-2 {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .no-flexbox .b-col-1-2 {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%
    }

    .b-col-1-2-off {
        margin-left: 50%
    }

    .b-col-7-12 {
        -webkit-flex: 0 0 58.333333333333%;
        flex: 0 0 58.333333333333%;
        max-width: 58.333333333333%
    }

    .no-flexbox .b-col-7-12 {
        -webkit-flex: 0 0 58.333333333333%;
        flex: 0 0 58.333333333333%;
        width: 58.333333333333%
    }

    .b-col-7-12-off {
        margin-left: 58.333333333333%
    }

    .b-col-2-3 {
        -webkit-flex: 0 0 66.666666666667%;
        flex: 0 0 66.666666666667%;
        max-width: 66.666666666667%
    }

    .no-flexbox .b-col-2-3 {
        -webkit-flex: 0 0 66.666666666667%;
        flex: 0 0 66.666666666667%;
        width: 66.666666666667%
    }

    .b-col-2-3-off {
        margin-left: 66.666666666667%
    }

    .b-col-3-4 {
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .no-flexbox .b-col-3-4 {
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        width: 75%
    }

    .b-col-3-4-off {
        margin-left: 75%
    }

    .b-col-5-6 {
        -webkit-flex: 0 0 83.333333333333%;
        flex: 0 0 83.333333333333%;
        max-width: 83.333333333333%
    }

    .no-flexbox .b-col-5-6 {
        -webkit-flex: 0 0 83.333333333333%;
        flex: 0 0 83.333333333333%;
        width: 83.333333333333%
    }

    .b-col-5-6-off {
        margin-left: 83.333333333333%
    }

    .b-col-11-12 {
        -webkit-flex: 0 0 91.666666666667%;
        flex: 0 0 91.666666666667%;
        max-width: 91.666666666667%
    }

    .no-flexbox .b-col-11-12 {
        -webkit-flex: 0 0 91.666666666667%;
        flex: 0 0 91.666666666667%;
        width: 91.666666666667%
    }

    .b-col-11-12-off {
        margin-left: 91.666666666667%
    }

    .b-col-1-1 {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .no-flexbox .b-col-1-1 {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%
    }

    .b-col-1-1-off {
        margin-left: 100%
    }

    .b-col-1-11 {
        -webkit-flex: 0 0 9.0909090909091%;
        flex: 0 0 9.0909090909091%;
        max-width: 9.0909090909091%
    }

    .no-flexbox .b-col-1-11 {
        -webkit-flex: 0 0 9.0909090909091%;
        flex: 0 0 9.0909090909091%;
        width: 9.0909090909091%
    }

    .b-col-1-11-off {
        margin-left: 9.0909090909091%
    }

    .b-col-2-11 {
        -webkit-flex: 0 0 18.181818181818%;
        flex: 0 0 18.181818181818%;
        max-width: 18.181818181818%
    }

    .no-flexbox .b-col-2-11 {
        -webkit-flex: 0 0 18.181818181818%;
        flex: 0 0 18.181818181818%;
        width: 18.181818181818%
    }

    .b-col-2-11-off {
        margin-left: 18.181818181818%
    }

    .b-col-3-11 {
        -webkit-flex: 0 0 27.272727272727%;
        flex: 0 0 27.272727272727%;
        max-width: 27.272727272727%
    }

    .no-flexbox .b-col-3-11 {
        -webkit-flex: 0 0 27.272727272727%;
        flex: 0 0 27.272727272727%;
        width: 27.272727272727%
    }

    .b-col-3-11-off {
        margin-left: 27.272727272727%
    }

    .b-col-4-11 {
        -webkit-flex: 0 0 36.363636363636%;
        flex: 0 0 36.363636363636%;
        max-width: 36.363636363636%
    }

    .no-flexbox .b-col-4-11 {
        -webkit-flex: 0 0 36.363636363636%;
        flex: 0 0 36.363636363636%;
        width: 36.363636363636%
    }

    .b-col-4-11-off {
        margin-left: 36.363636363636%
    }

    .b-col-5-11 {
        -webkit-flex: 0 0 45.454545454545%;
        flex: 0 0 45.454545454545%;
        max-width: 45.454545454545%
    }

    .no-flexbox .b-col-5-11 {
        -webkit-flex: 0 0 45.454545454545%;
        flex: 0 0 45.454545454545%;
        width: 45.454545454545%
    }

    .b-col-5-11-off {
        margin-left: 45.454545454545%
    }

    .b-col-6-11 {
        -webkit-flex: 0 0 54.545454545455%;
        flex: 0 0 54.545454545455%;
        max-width: 54.545454545455%
    }

    .no-flexbox .b-col-6-11 {
        -webkit-flex: 0 0 54.545454545455%;
        flex: 0 0 54.545454545455%;
        width: 54.545454545455%
    }

    .b-col-6-11-off {
        margin-left: 54.545454545455%
    }

    .b-col-7-11 {
        -webkit-flex: 0 0 63.636363636364%;
        flex: 0 0 63.636363636364%;
        max-width: 63.636363636364%
    }

    .no-flexbox .b-col-7-11 {
        -webkit-flex: 0 0 63.636363636364%;
        flex: 0 0 63.636363636364%;
        width: 63.636363636364%
    }

    .b-col-7-11-off {
        margin-left: 63.636363636364%
    }

    .b-col-8-11 {
        -webkit-flex: 0 0 72.727272727273%;
        flex: 0 0 72.727272727273%;
        max-width: 72.727272727273%
    }

    .no-flexbox .b-col-8-11 {
        -webkit-flex: 0 0 72.727272727273%;
        flex: 0 0 72.727272727273%;
        width: 72.727272727273%
    }

    .b-col-8-11-off {
        margin-left: 72.727272727273%
    }

    .b-col-9-11 {
        -webkit-flex: 0 0 81.818181818182%;
        flex: 0 0 81.818181818182%;
        max-width: 81.818181818182%
    }

    .no-flexbox .b-col-9-11 {
        -webkit-flex: 0 0 81.818181818182%;
        flex: 0 0 81.818181818182%;
        width: 81.818181818182%
    }

    .b-col-9-11-off {
        margin-left: 81.818181818182%
    }

    .b-col-10-11 {
        -webkit-flex: 0 0 90.909090909091%;
        flex: 0 0 90.909090909091%;
        max-width: 90.909090909091%
    }

    .no-flexbox .b-col-10-11 {
        -webkit-flex: 0 0 90.909090909091%;
        flex: 0 0 90.909090909091%;
        width: 90.909090909091%
    }

    .b-col-10-11-off {
        margin-left: 90.909090909091%
    }

    .b-col-1-10 {
        -webkit-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }

    .no-flexbox .b-col-1-10 {
        -webkit-flex: 0 0 10%;
        flex: 0 0 10%;
        width: 10%
    }

    .b-col-1-10-off {
        margin-left: 10%
    }

    .b-col-1-5 {
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .no-flexbox .b-col-1-5 {
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        width: 20%
    }

    .b-col-1-5-off {
        margin-left: 20%
    }

    .b-col-3-10 {
        -webkit-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }

    .no-flexbox .b-col-3-10 {
        -webkit-flex: 0 0 30%;
        flex: 0 0 30%;
        width: 30%
    }

    .b-col-3-10-off {
        margin-left: 30%
    }

    .b-col-2-5 {
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .no-flexbox .b-col-2-5 {
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%
    }

    .b-col-2-5-off {
        margin-left: 40%
    }

    .b-col-3-5 {
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .no-flexbox .b-col-3-5 {
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
        width: 60%
    }

    .b-col-3-5-off {
        margin-left: 60%
    }

    .b-col-7-10 {
        -webkit-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }

    .no-flexbox .b-col-7-10 {
        -webkit-flex: 0 0 70%;
        flex: 0 0 70%;
        width: 70%
    }

    .b-col-7-10-off {
        margin-left: 70%
    }

    .b-col-4-5 {
        -webkit-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }

    .no-flexbox .b-col-4-5 {
        -webkit-flex: 0 0 80%;
        flex: 0 0 80%;
        width: 80%
    }

    .b-col-4-5-off {
        margin-left: 80%
    }

    .b-col-9-10 {
        -webkit-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%
    }

    .no-flexbox .b-col-9-10 {
        -webkit-flex: 0 0 90%;
        flex: 0 0 90%;
        width: 90%
    }

    .b-col-9-10-off {
        margin-left: 90%
    }

    .b-col-1-9 {
        -webkit-flex: 0 0 11.111111111111%;
        flex: 0 0 11.111111111111%;
        max-width: 11.111111111111%
    }

    .no-flexbox .b-col-1-9 {
        -webkit-flex: 0 0 11.111111111111%;
        flex: 0 0 11.111111111111%;
        width: 11.111111111111%
    }

    .b-col-1-9-off {
        margin-left: 11.111111111111%
    }

    .b-col-2-9 {
        -webkit-flex: 0 0 22.222222222222%;
        flex: 0 0 22.222222222222%;
        max-width: 22.222222222222%
    }

    .no-flexbox .b-col-2-9 {
        -webkit-flex: 0 0 22.222222222222%;
        flex: 0 0 22.222222222222%;
        width: 22.222222222222%
    }

    .b-col-2-9-off {
        margin-left: 22.222222222222%
    }

    .b-col-4-9 {
        -webkit-flex: 0 0 44.444444444444%;
        flex: 0 0 44.444444444444%;
        max-width: 44.444444444444%
    }

    .no-flexbox .b-col-4-9 {
        -webkit-flex: 0 0 44.444444444444%;
        flex: 0 0 44.444444444444%;
        width: 44.444444444444%
    }

    .b-col-4-9-off {
        margin-left: 44.444444444444%
    }

    .b-col-5-9 {
        -webkit-flex: 0 0 55.555555555556%;
        flex: 0 0 55.555555555556%;
        max-width: 55.555555555556%
    }

    .no-flexbox .b-col-5-9 {
        -webkit-flex: 0 0 55.555555555556%;
        flex: 0 0 55.555555555556%;
        width: 55.555555555556%
    }

    .b-col-5-9-off {
        margin-left: 55.555555555556%
    }

    .b-col-7-9 {
        -webkit-flex: 0 0 77.777777777778%;
        flex: 0 0 77.777777777778%;
        max-width: 77.777777777778%
    }

    .no-flexbox .b-col-7-9 {
        -webkit-flex: 0 0 77.777777777778%;
        flex: 0 0 77.777777777778%;
        width: 77.777777777778%
    }

    .b-col-7-9-off {
        margin-left: 77.777777777778%
    }

    .b-col-8-9 {
        -webkit-flex: 0 0 88.888888888889%;
        flex: 0 0 88.888888888889%;
        max-width: 88.888888888889%
    }

    .no-flexbox .b-col-8-9 {
        -webkit-flex: 0 0 88.888888888889%;
        flex: 0 0 88.888888888889%;
        width: 88.888888888889%
    }

    .b-col-8-9-off {
        margin-left: 88.888888888889%
    }

    .b-col-1-8 {
        -webkit-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .no-flexbox .b-col-1-8 {
        -webkit-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        width: 12.5%
    }

    .b-col-1-8-off {
        margin-left: 12.5%
    }

    .b-col-3-8 {
        -webkit-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .no-flexbox .b-col-3-8 {
        -webkit-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        width: 37.5%
    }

    .b-col-3-8-off {
        margin-left: 37.5%
    }

    .b-col-5-8 {
        -webkit-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .no-flexbox .b-col-5-8 {
        -webkit-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        width: 62.5%
    }

    .b-col-5-8-off {
        margin-left: 62.5%
    }

    .b-col-7-8 {
        -webkit-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .no-flexbox .b-col-7-8 {
        -webkit-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        width: 87.5%
    }

    .b-col-7-8-off {
        margin-left: 87.5%
    }

    .b-col-1-7 {
        -webkit-flex: 0 0 14.285714285714%;
        flex: 0 0 14.285714285714%;
        max-width: 14.285714285714%
    }

    .no-flexbox .b-col-1-7 {
        -webkit-flex: 0 0 14.285714285714%;
        flex: 0 0 14.285714285714%;
        width: 14.285714285714%
    }

    .b-col-1-7-off {
        margin-left: 14.285714285714%
    }

    .b-col-2-7 {
        -webkit-flex: 0 0 28.571428571429%;
        flex: 0 0 28.571428571429%;
        max-width: 28.571428571429%
    }

    .no-flexbox .b-col-2-7 {
        -webkit-flex: 0 0 28.571428571429%;
        flex: 0 0 28.571428571429%;
        width: 28.571428571429%
    }

    .b-col-2-7-off {
        margin-left: 28.571428571429%
    }

    .b-col-3-7 {
        -webkit-flex: 0 0 42.857142857143%;
        flex: 0 0 42.857142857143%;
        max-width: 42.857142857143%
    }

    .no-flexbox .b-col-3-7 {
        -webkit-flex: 0 0 42.857142857143%;
        flex: 0 0 42.857142857143%;
        width: 42.857142857143%
    }

    .b-col-3-7-off {
        margin-left: 42.857142857143%
    }

    .b-col-4-7 {
        -webkit-flex: 0 0 57.142857142857%;
        flex: 0 0 57.142857142857%;
        max-width: 57.142857142857%
    }

    .no-flexbox .b-col-4-7 {
        -webkit-flex: 0 0 57.142857142857%;
        flex: 0 0 57.142857142857%;
        width: 57.142857142857%
    }

    .b-col-4-7-off {
        margin-left: 57.142857142857%
    }

    .b-col-5-7 {
        -webkit-flex: 0 0 71.428571428571%;
        flex: 0 0 71.428571428571%;
        max-width: 71.428571428571%
    }

    .no-flexbox .b-col-5-7 {
        -webkit-flex: 0 0 71.428571428571%;
        flex: 0 0 71.428571428571%;
        width: 71.428571428571%
    }

    .b-col-5-7-off {
        margin-left: 71.428571428571%
    }

    .b-col-6-7 {
        -webkit-flex: 0 0 85.714285714286%;
        flex: 0 0 85.714285714286%;
        max-width: 85.714285714286%
    }

    .no-flexbox .b-col-6-7 {
        -webkit-flex: 0 0 85.714285714286%;
        flex: 0 0 85.714285714286%;
        width: 85.714285714286%
    }

    .b-col-6-7-off {
        margin-left: 85.714285714286%
    }

    .b-order-12 {
        -webkit-order: 12;
        order: 12
    }

    .b-order-11 {
        -webkit-order: 11;
        order: 11
    }

    .b-order-10 {
        -webkit-order: 10;
        order: 10
    }

    .b-order-9 {
        -webkit-order: 9;
        order: 9
    }

    .b-order-8 {
        -webkit-order: 8;
        order: 8
    }

    .b-order-7 {
        -webkit-order: 7;
        order: 7
    }

    .b-order-6 {
        -webkit-order: 6;
        order: 6
    }

    .b-order-5 {
        -webkit-order: 5;
        order: 5
    }

    .b-order-4 {
        -webkit-order: 4;
        order: 4
    }

    .b-order-3 {
        -webkit-order: 3;
        order: 3
    }

    .b-order-2 {
        -webkit-order: 2;
        order: 2
    }

    .b-order-1 {
        -webkit-order: 1;
        order: 1
    }
}


/* -- Breakpoint 3 (.d) DESKTOP
------------------------------------------------------------- */
@media (min-width: 769px) and (max-width: 1199px) {
	.row {
		margin-left: 20px;
		margin-right: 20px;
	}
	.d-col-0-0 {
		display: none!important;
	}
	
    .d-col-1-12 {
        -webkit-flex: 0 0 8.3333333333333%;
        flex: 0 0 8.3333333333333%;
        max-width: 8.3333333333333%
    }

    .no-flexbox .d-col-1-12 {
        -webkit-flex: 0 0 8.3333333333333%;
        flex: 0 0 8.3333333333333%;
        width: 8.3333333333333%
    }

    .d-col-1-12-off {
        margin-left: 8.3333333333333%
    }

    .d-col-1-6 {
        -webkit-flex: 0 0 16.666666666667%;
        flex: 0 0 16.666666666667%;
        max-width: 16.666666666667%
    }

    .no-flexbox .d-col-1-6 {
        -webkit-flex: 0 0 16.666666666667%;
        flex: 0 0 16.666666666667%;
        width: 16.666666666667%
    }

    .d-col-1-6-off {
        margin-left: 16.666666666667%
    }

    .d-col-1-4 {
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .no-flexbox .d-col-1-4 {
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%
    }

    .d-col-1-4-off {
        margin-left: 25%
    }

    .d-col-1-3 {
        -webkit-flex: 0 0 33.333333333333%;
        flex: 0 0 33.333333333333%;
        max-width: 33.333333333333%
    }

    .no-flexbox .d-col-1-3 {
        -webkit-flex: 0 0 33.333333333333%;
        flex: 0 0 33.333333333333%;
        width: 33.333333333333%
    }

    .d-col-1-3-off {
        margin-left: 33.333333333333%
    }

    .d-col-5-12 {
        -webkit-flex: 0 0 41.666666666667%;
        flex: 0 0 41.666666666667%;
        max-width: 41.666666666667%
    }

    .no-flexbox .d-col-5-12 {
        -webkit-flex: 0 0 41.666666666667%;
        flex: 0 0 41.666666666667%;
        width: 41.666666666667%
    }

    .d-col-5-12-off {
        margin-left: 41.666666666667%
    }

    .d-col-1-2 {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .no-flexbox .d-col-1-2 {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%
    }

    .d-col-1-2-off {
        margin-left: 50%
    }

    .d-col-7-12 {
        -webkit-flex: 0 0 58.333333333333%;
        flex: 0 0 58.333333333333%;
        max-width: 58.333333333333%
    }

    .no-flexbox .d-col-7-12 {
        -webkit-flex: 0 0 58.333333333333%;
        flex: 0 0 58.333333333333%;
        width: 58.333333333333%
    }

    .d-col-7-12-off {
        margin-left: 58.333333333333%
    }

    .d-col-2-3 {
        -webkit-flex: 0 0 66.666666666667%;
        flex: 0 0 66.666666666667%;
        max-width: 66.666666666667%
    }

    .no-flexbox .d-col-2-3 {
        -webkit-flex: 0 0 66.666666666667%;
        flex: 0 0 66.666666666667%;
        width: 66.666666666667%
    }

    .d-col-2-3-off {
        margin-left: 66.666666666667%
    }

    .d-col-3-4 {
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .no-flexbox .d-col-3-4 {
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        width: 75%
    }

    .d-col-3-4-off {
        margin-left: 75%
    }

    .d-col-5-6 {
        -webkit-flex: 0 0 83.333333333333%;
        flex: 0 0 83.333333333333%;
        max-width: 83.333333333333%
    }

    .no-flexbox .d-col-5-6 {
        -webkit-flex: 0 0 83.333333333333%;
        flex: 0 0 83.333333333333%;
        width: 83.333333333333%
    }

    .d-col-5-6-off {
        margin-left: 83.333333333333%
    }

    .d-col-11-12 {
        -webkit-flex: 0 0 91.666666666667%;
        flex: 0 0 91.666666666667%;
        max-width: 91.666666666667%
    }

    .no-flexbox .d-col-11-12 {
        -webkit-flex: 0 0 91.666666666667%;
        flex: 0 0 91.666666666667%;
        width: 91.666666666667%
    }

    .d-col-11-12-off {
        margin-left: 91.666666666667%
    }

    .d-col-1-1 {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .no-flexbox .d-col-1-1 {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%
    }

    .d-col-1-1-off {
        margin-left: 100%
    }

    .d-col-1-11 {
        -webkit-flex: 0 0 9.0909090909091%;
        flex: 0 0 9.0909090909091%;
        max-width: 9.0909090909091%
    }

    .no-flexbox .d-col-1-11 {
        -webkit-flex: 0 0 9.0909090909091%;
        flex: 0 0 9.0909090909091%;
        width: 9.0909090909091%
    }

    .d-col-1-11-off {
        margin-left: 9.0909090909091%
    }

    .d-col-2-11 {
        -webkit-flex: 0 0 18.181818181818%;
        flex: 0 0 18.181818181818%;
        max-width: 18.181818181818%
    }

    .no-flexbox .d-col-2-11 {
        -webkit-flex: 0 0 18.181818181818%;
        flex: 0 0 18.181818181818%;
        width: 18.181818181818%
    }

    .d-col-2-11-off {
        margin-left: 18.181818181818%
    }

    .d-col-3-11 {
        -webkit-flex: 0 0 27.272727272727%;
        flex: 0 0 27.272727272727%;
        max-width: 27.272727272727%
    }

    .no-flexbox .d-col-3-11 {
        -webkit-flex: 0 0 27.272727272727%;
        flex: 0 0 27.272727272727%;
        width: 27.272727272727%
    }

    .d-col-3-11-off {
        margin-left: 27.272727272727%
    }

    .d-col-4-11 {
        -webkit-flex: 0 0 36.363636363636%;
        flex: 0 0 36.363636363636%;
        max-width: 36.363636363636%
    }

    .no-flexbox .d-col-4-11 {
        -webkit-flex: 0 0 36.363636363636%;
        flex: 0 0 36.363636363636%;
        width: 36.363636363636%
    }

    .d-col-4-11-off {
        margin-left: 36.363636363636%
    }

    .d-col-5-11 {
        -webkit-flex: 0 0 45.454545454545%;
        flex: 0 0 45.454545454545%;
        max-width: 45.454545454545%
    }

    .no-flexbox .d-col-5-11 {
        -webkit-flex: 0 0 45.454545454545%;
        flex: 0 0 45.454545454545%;
        width: 45.454545454545%
    }

    .d-col-5-11-off {
        margin-left: 45.454545454545%
    }

    .d-col-6-11 {
        -webkit-flex: 0 0 54.545454545455%;
        flex: 0 0 54.545454545455%;
        max-width: 54.545454545455%
    }

    .no-flexbox .d-col-6-11 {
        -webkit-flex: 0 0 54.545454545455%;
        flex: 0 0 54.545454545455%;
        width: 54.545454545455%
    }

    .d-col-6-11-off {
        margin-left: 54.545454545455%
    }

    .d-col-7-11 {
        -webkit-flex: 0 0 63.636363636364%;
        flex: 0 0 63.636363636364%;
        max-width: 63.636363636364%
    }

    .no-flexbox .d-col-7-11 {
        -webkit-flex: 0 0 63.636363636364%;
        flex: 0 0 63.636363636364%;
        width: 63.636363636364%
    }

    .d-col-7-11-off {
        margin-left: 63.636363636364%
    }

    .d-col-8-11 {
        -webkit-flex: 0 0 72.727272727273%;
        flex: 0 0 72.727272727273%;
        max-width: 72.727272727273%
    }

    .no-flexbox .d-col-8-11 {
        -webkit-flex: 0 0 72.727272727273%;
        flex: 0 0 72.727272727273%;
        width: 72.727272727273%
    }

    .d-col-8-11-off {
        margin-left: 72.727272727273%
    }

    .d-col-9-11 {
        -webkit-flex: 0 0 81.818181818182%;
        flex: 0 0 81.818181818182%;
        max-width: 81.818181818182%
    }

    .no-flexbox .d-col-9-11 {
        -webkit-flex: 0 0 81.818181818182%;
        flex: 0 0 81.818181818182%;
        width: 81.818181818182%
    }

    .d-col-9-11-off {
        margin-left: 81.818181818182%
    }

    .d-col-10-11 {
        -webkit-flex: 0 0 90.909090909091%;
        flex: 0 0 90.909090909091%;
        max-width: 90.909090909091%
    }

    .no-flexbox .d-col-10-11 {
        -webkit-flex: 0 0 90.909090909091%;
        flex: 0 0 90.909090909091%;
        width: 90.909090909091%
    }

    .d-col-10-11-off {
        margin-left: 90.909090909091%
    }

    .d-col-1-10 {
        -webkit-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }

    .no-flexbox .d-col-1-10 {
        -webkit-flex: 0 0 10%;
        flex: 0 0 10%;
        width: 10%
    }

    .d-col-1-10-off {
        margin-left: 10%
    }

    .d-col-1-5 {
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .no-flexbox .d-col-1-5 {
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        width: 20%
    }

    .d-col-1-5-off {
        margin-left: 20%
    }

    .d-col-3-10 {
        -webkit-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }

    .no-flexbox .d-col-3-10 {
        -webkit-flex: 0 0 30%;
        flex: 0 0 30%;
        width: 30%
    }

    .d-col-3-10-off {
        margin-left: 30%
    }

    .d-col-2-5 {
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .no-flexbox .d-col-2-5 {
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%
    }

    .d-col-2-5-off {
        margin-left: 40%
    }

    .d-col-3-5 {
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .no-flexbox .d-col-3-5 {
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
        width: 60%
    }

    .d-col-3-5-off {
        margin-left: 60%
    }

    .d-col-7-10 {
        -webkit-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }

    .no-flexbox .d-col-7-10 {
        -webkit-flex: 0 0 70%;
        flex: 0 0 70%;
        width: 70%
    }

    .d-col-7-10-off {
        margin-left: 70%
    }

    .d-col-4-5 {
        -webkit-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }

    .no-flexbox .d-col-4-5 {
        -webkit-flex: 0 0 80%;
        flex: 0 0 80%;
        width: 80%
    }

    .d-col-4-5-off {
        margin-left: 80%
    }

    .d-col-9-10 {
        -webkit-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%
    }

    .no-flexbox .d-col-9-10 {
        -webkit-flex: 0 0 90%;
        flex: 0 0 90%;
        width: 90%
    }

    .d-col-9-10-off {
        margin-left: 90%
    }

    .d-col-1-9 {
        -webkit-flex: 0 0 11.111111111111%;
        flex: 0 0 11.111111111111%;
        max-width: 11.111111111111%
    }

    .no-flexbox .d-col-1-9 {
        -webkit-flex: 0 0 11.111111111111%;
        flex: 0 0 11.111111111111%;
        width: 11.111111111111%
    }

    .d-col-1-9-off {
        margin-left: 11.111111111111%
    }

    .d-col-2-9 {
        -webkit-flex: 0 0 22.222222222222%;
        flex: 0 0 22.222222222222%;
        max-width: 22.222222222222%
    }

    .no-flexbox .d-col-2-9 {
        -webkit-flex: 0 0 22.222222222222%;
        flex: 0 0 22.222222222222%;
        width: 22.222222222222%
    }

    .d-col-2-9-off {
        margin-left: 22.222222222222%
    }

    .d-col-4-9 {
        -webkit-flex: 0 0 44.444444444444%;
        flex: 0 0 44.444444444444%;
        max-width: 44.444444444444%
    }

    .no-flexbox .d-col-4-9 {
        -webkit-flex: 0 0 44.444444444444%;
        flex: 0 0 44.444444444444%;
        width: 44.444444444444%
    }

    .d-col-4-9-off {
        margin-left: 44.444444444444%
    }

    .d-col-5-9 {
        -webkit-flex: 0 0 55.555555555556%;
        flex: 0 0 55.555555555556%;
        max-width: 55.555555555556%
    }

    .no-flexbox .d-col-5-9 {
        -webkit-flex: 0 0 55.555555555556%;
        flex: 0 0 55.555555555556%;
        width: 55.555555555556%
    }

    .d-col-5-9-off {
        margin-left: 55.555555555556%
    }

    .d-col-7-9 {
        -webkit-flex: 0 0 77.777777777778%;
        flex: 0 0 77.777777777778%;
        max-width: 77.777777777778%
    }

    .no-flexbox .d-col-7-9 {
        -webkit-flex: 0 0 77.777777777778%;
        flex: 0 0 77.777777777778%;
        width: 77.777777777778%
    }

    .d-col-7-9-off {
        margin-left: 77.777777777778%
    }

    .d-col-8-9 {
        -webkit-flex: 0 0 88.888888888889%;
        flex: 0 0 88.888888888889%;
        max-width: 88.888888888889%
    }

    .no-flexbox .d-col-8-9 {
        -webkit-flex: 0 0 88.888888888889%;
        flex: 0 0 88.888888888889%;
        width: 88.888888888889%
    }

    .d-col-8-9-off {
        margin-left: 88.888888888889%
    }

    .d-col-1-8 {
        -webkit-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .no-flexbox .d-col-1-8 {
        -webkit-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        width: 12.5%
    }

    .d-col-1-8-off {
        margin-left: 12.5%
    }

    .d-col-3-8 {
        -webkit-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .no-flexbox .d-col-3-8 {
        -webkit-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        width: 37.5%
    }

    .d-col-3-8-off {
        margin-left: 37.5%
    }

    .d-col-5-8 {
        -webkit-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .no-flexbox .d-col-5-8 {
        -webkit-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        width: 62.5%
    }

    .d-col-5-8-off {
        margin-left: 62.5%
    }

    .d-col-7-8 {
        -webkit-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .no-flexbox .d-col-7-8 {
        -webkit-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        width: 87.5%
    }

    .d-col-7-8-off {
        margin-left: 87.5%
    }

    .d-col-1-7 {
        -webkit-flex: 0 0 14.285714285714%;
        flex: 0 0 14.285714285714%;
        max-width: 14.285714285714%
    }

    .no-flexbox .d-col-1-7 {
        -webkit-flex: 0 0 14.285714285714%;
        flex: 0 0 14.285714285714%;
        width: 14.285714285714%
    }

    .d-col-1-7-off {
        margin-left: 14.285714285714%
    }

    .d-col-2-7 {
        -webkit-flex: 0 0 28.571428571429%;
        flex: 0 0 28.571428571429%;
        max-width: 28.571428571429%
    }

    .no-flexbox .d-col-2-7 {
        -webkit-flex: 0 0 28.571428571429%;
        flex: 0 0 28.571428571429%;
        width: 28.571428571429%
    }

    .d-col-2-7-off {
        margin-left: 28.571428571429%
    }

    .d-col-3-7 {
        -webkit-flex: 0 0 42.857142857143%;
        flex: 0 0 42.857142857143%;
        max-width: 42.857142857143%
    }

    .no-flexbox .d-col-3-7 {
        -webkit-flex: 0 0 42.857142857143%;
        flex: 0 0 42.857142857143%;
        width: 42.857142857143%
    }

    .d-col-3-7-off {
        margin-left: 42.857142857143%
    }

    .d-col-4-7 {
        -webkit-flex: 0 0 57.142857142857%;
        flex: 0 0 57.142857142857%;
        max-width: 57.142857142857%
    }

    .no-flexbox .d-col-4-7 {
        -webkit-flex: 0 0 57.142857142857%;
        flex: 0 0 57.142857142857%;
        width: 57.142857142857%
    }

    .d-col-4-7-off {
        margin-left: 57.142857142857%
    }

    .d-col-5-7 {
        -webkit-flex: 0 0 71.428571428571%;
        flex: 0 0 71.428571428571%;
        max-width: 71.428571428571%
    }

    .no-flexbox .d-col-5-7 {
        -webkit-flex: 0 0 71.428571428571%;
        flex: 0 0 71.428571428571%;
        width: 71.428571428571%
    }

    .d-col-5-7-off {
        margin-left: 71.428571428571%
    }

    .d-col-6-7 {
        -webkit-flex: 0 0 85.714285714286%;
        flex: 0 0 85.714285714286%;
        max-width: 85.714285714286%
    }

    .no-flexbox .d-col-6-7 {
        -webkit-flex: 0 0 85.714285714286%;
        flex: 0 0 85.714285714286%;
        width: 85.714285714286%
    }

    .d-col-6-7-off {
        margin-left: 85.714285714286%
    }

    .d-order-12 {
        -webkit-order: 12;
        order: 12
    }

    .d-order-11 {
        -webkit-order: 11;
        order: 11
    }

    .d-order-10 {
        -webkit-order: 10;
        order: 10
    }

    .d-order-9 {
        -webkit-order: 9;
        order: 9
    }

    .d-order-8 {
        -webkit-order: 8;
        order: 8
    }

    .d-order-7 {
        -webkit-order: 7;
        order: 7
    }

    .d-order-6 {
        -webkit-order: 6;
        order: 6
    }

    .d-order-5 {
        -webkit-order: 5;
        order: 5
    }

    .d-order-4 {
        -webkit-order: 4;
        order: 4
    }

    .d-order-3 {
        -webkit-order: 3;
        order: 3
    }

    .d-order-2 {
        -webkit-order: 2;
        order: 2
    }

    .d-order-1 {
        -webkit-order: 1;
        order: 1
    }
}


/* -- Breakpoint 2 (.t) TABLET
------------------------------------------------------------- */
@media (min-width: 481px) and (max-width: 768px) {
	.row {
		margin-left: 20px;
		margin-right: 20px;
	}
	.t-col-0-0 {
		display: none!important;
	}
	
    .t-col-1-12 {
        -webkit-flex: 0 0 8.3333333333333%;
        flex: 0 0 8.3333333333333%;
        max-width: 8.3333333333333%
    }

    .no-flexbox .t-col-1-12 {
        -webkit-flex: 0 0 8.3333333333333%;
        flex: 0 0 8.3333333333333%;
        width: 8.3333333333333%
    }

    .t-col-1-12-off {
        margin-left: 8.3333333333333%
    }

    .t-col-1-6 {
        -webkit-flex: 0 0 16.666666666667%;
        flex: 0 0 16.666666666667%;
        max-width: 16.666666666667%
    }

    .no-flexbox .t-col-1-6 {
        -webkit-flex: 0 0 16.666666666667%;
        flex: 0 0 16.666666666667%;
        width: 16.666666666667%
    }

    .t-col-1-6-off {
        margin-left: 16.666666666667%
    }

    .t-col-1-4 {
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .no-flexbox .t-col-1-4 {
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%
    }

    .t-col-1-4-off {
        margin-left: 25%
    }

    .t-col-1-3 {
        -webkit-flex: 0 0 33.333333333333%;
        flex: 0 0 33.333333333333%;
        max-width: 33.333333333333%
    }

    .no-flexbox .t-col-1-3 {
        -webkit-flex: 0 0 33.333333333333%;
        flex: 0 0 33.333333333333%;
        width: 33.333333333333%
    }

    .t-col-1-3-off {
        margin-left: 33.333333333333%
    }

    .t-col-5-12 {
        -webkit-flex: 0 0 41.666666666667%;
        flex: 0 0 41.666666666667%;
        max-width: 41.666666666667%
    }

    .no-flexbox .t-col-5-12 {
        -webkit-flex: 0 0 41.666666666667%;
        flex: 0 0 41.666666666667%;
        width: 41.666666666667%
    }

    .t-col-5-12-off {
        margin-left: 41.666666666667%
    }

    .t-col-1-2 {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .no-flexbox .t-col-1-2 {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%
    }

    .t-col-1-2-off {
        margin-left: 50%
    }

    .t-col-7-12 {
        -webkit-flex: 0 0 58.333333333333%;
        flex: 0 0 58.333333333333%;
        max-width: 58.333333333333%
    }

    .no-flexbox .t-col-7-12 {
        -webkit-flex: 0 0 58.333333333333%;
        flex: 0 0 58.333333333333%;
        width: 58.333333333333%
    }

    .t-col-7-12-off {
        margin-left: 58.333333333333%
    }

    .t-col-2-3 {
        -webkit-flex: 0 0 66.666666666667%;
        flex: 0 0 66.666666666667%;
        max-width: 66.666666666667%
    }

    .no-flexbox .t-col-2-3 {
        -webkit-flex: 0 0 66.666666666667%;
        flex: 0 0 66.666666666667%;
        width: 66.666666666667%
    }

    .t-col-2-3-off {
        margin-left: 66.666666666667%
    }

    .t-col-3-4 {
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .no-flexbox .t-col-3-4 {
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        width: 75%
    }

    .t-col-3-4-off {
        margin-left: 75%
    }

    .t-col-5-6 {
        -webkit-flex: 0 0 83.333333333333%;
        flex: 0 0 83.333333333333%;
        max-width: 83.333333333333%
    }

    .no-flexbox .t-col-5-6 {
        -webkit-flex: 0 0 83.333333333333%;
        flex: 0 0 83.333333333333%;
        width: 83.333333333333%
    }

    .t-col-5-6-off {
        margin-left: 83.333333333333%
    }

    .t-col-11-12 {
        -webkit-flex: 0 0 91.666666666667%;
        flex: 0 0 91.666666666667%;
        max-width: 91.666666666667%
    }

    .no-flexbox .t-col-11-12 {
        -webkit-flex: 0 0 91.666666666667%;
        flex: 0 0 91.666666666667%;
        width: 91.666666666667%
    }

    .t-col-11-12-off {
        margin-left: 91.666666666667%
    }

    .t-col-1-1 {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .no-flexbox .t-col-1-1 {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%
    }

    .t-col-1-1-off {
        margin-left: 100%
    }

    .t-col-1-11 {
        -webkit-flex: 0 0 9.0909090909091%;
        flex: 0 0 9.0909090909091%;
        max-width: 9.0909090909091%
    }

    .no-flexbox .t-col-1-11 {
        -webkit-flex: 0 0 9.0909090909091%;
        flex: 0 0 9.0909090909091%;
        width: 9.0909090909091%
    }

    .t-col-1-11-off {
        margin-left: 9.0909090909091%
    }

    .t-col-2-11 {
        -webkit-flex: 0 0 18.181818181818%;
        flex: 0 0 18.181818181818%;
        max-width: 18.181818181818%
    }

    .no-flexbox .t-col-2-11 {
        -webkit-flex: 0 0 18.181818181818%;
        flex: 0 0 18.181818181818%;
        width: 18.181818181818%
    }

    .t-col-2-11-off {
        margin-left: 18.181818181818%
    }

    .t-col-3-11 {
        -webkit-flex: 0 0 27.272727272727%;
        flex: 0 0 27.272727272727%;
        max-width: 27.272727272727%
    }

    .no-flexbox .t-col-3-11 {
        -webkit-flex: 0 0 27.272727272727%;
        flex: 0 0 27.272727272727%;
        width: 27.272727272727%
    }

    .t-col-3-11-off {
        margin-left: 27.272727272727%
    }

    .t-col-4-11 {
        -webkit-flex: 0 0 36.363636363636%;
        flex: 0 0 36.363636363636%;
        max-width: 36.363636363636%
    }

    .no-flexbox .t-col-4-11 {
        -webkit-flex: 0 0 36.363636363636%;
        flex: 0 0 36.363636363636%;
        width: 36.363636363636%
    }

    .t-col-4-11-off {
        margin-left: 36.363636363636%
    }

    .t-col-5-11 {
        -webkit-flex: 0 0 45.454545454545%;
        flex: 0 0 45.454545454545%;
        max-width: 45.454545454545%
    }

    .no-flexbox .t-col-5-11 {
        -webkit-flex: 0 0 45.454545454545%;
        flex: 0 0 45.454545454545%;
        width: 45.454545454545%
    }

    .t-col-5-11-off {
        margin-left: 45.454545454545%
    }

    .t-col-6-11 {
        -webkit-flex: 0 0 54.545454545455%;
        flex: 0 0 54.545454545455%;
        max-width: 54.545454545455%
    }

    .no-flexbox .t-col-6-11 {
        -webkit-flex: 0 0 54.545454545455%;
        flex: 0 0 54.545454545455%;
        width: 54.545454545455%
    }

    .t-col-6-11-off {
        margin-left: 54.545454545455%
    }

    .t-col-7-11 {
        -webkit-flex: 0 0 63.636363636364%;
        flex: 0 0 63.636363636364%;
        max-width: 63.636363636364%
    }

    .no-flexbox .t-col-7-11 {
        -webkit-flex: 0 0 63.636363636364%;
        flex: 0 0 63.636363636364%;
        width: 63.636363636364%
    }

    .t-col-7-11-off {
        margin-left: 63.636363636364%
    }

    .t-col-8-11 {
        -webkit-flex: 0 0 72.727272727273%;
        flex: 0 0 72.727272727273%;
        max-width: 72.727272727273%
    }

    .no-flexbox .t-col-8-11 {
        -webkit-flex: 0 0 72.727272727273%;
        flex: 0 0 72.727272727273%;
        width: 72.727272727273%
    }

    .t-col-8-11-off {
        margin-left: 72.727272727273%
    }

    .t-col-9-11 {
        -webkit-flex: 0 0 81.818181818182%;
        flex: 0 0 81.818181818182%;
        max-width: 81.818181818182%
    }

    .no-flexbox .t-col-9-11 {
        -webkit-flex: 0 0 81.818181818182%;
        flex: 0 0 81.818181818182%;
        width: 81.818181818182%
    }

    .t-col-9-11-off {
        margin-left: 81.818181818182%
    }

    .t-col-10-11 {
        -webkit-flex: 0 0 90.909090909091%;
        flex: 0 0 90.909090909091%;
        max-width: 90.909090909091%
    }

    .no-flexbox .t-col-10-11 {
        -webkit-flex: 0 0 90.909090909091%;
        flex: 0 0 90.909090909091%;
        width: 90.909090909091%
    }

    .t-col-10-11-off {
        margin-left: 90.909090909091%
    }

    .t-col-1-10 {
        -webkit-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }

    .no-flexbox .t-col-1-10 {
        -webkit-flex: 0 0 10%;
        flex: 0 0 10%;
        width: 10%
    }

    .t-col-1-10-off {
        margin-left: 10%
    }

    .t-col-1-5 {
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .no-flexbox .t-col-1-5 {
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        width: 20%
    }

    .t-col-1-5-off {
        margin-left: 20%
    }

    .t-col-3-10 {
        -webkit-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }

    .no-flexbox .t-col-3-10 {
        -webkit-flex: 0 0 30%;
        flex: 0 0 30%;
        width: 30%
    }

    .t-col-3-10-off {
        margin-left: 30%
    }

    .t-col-2-5 {
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .no-flexbox .t-col-2-5 {
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%
    }

    .t-col-2-5-off {
        margin-left: 40%
    }

    .t-col-3-5 {
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .no-flexbox .t-col-3-5 {
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
        width: 60%
    }

    .t-col-3-5-off {
        margin-left: 60%
    }

    .t-col-7-10 {
        -webkit-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }

    .no-flexbox .t-col-7-10 {
        -webkit-flex: 0 0 70%;
        flex: 0 0 70%;
        width: 70%
    }

    .t-col-7-10-off {
        margin-left: 70%
    }

    .t-col-4-5 {
        -webkit-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }

    .no-flexbox .t-col-4-5 {
        -webkit-flex: 0 0 80%;
        flex: 0 0 80%;
        width: 80%
    }

    .t-col-4-5-off {
        margin-left: 80%
    }

    .t-col-9-10 {
        -webkit-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%
    }

    .no-flexbox .t-col-9-10 {
        -webkit-flex: 0 0 90%;
        flex: 0 0 90%;
        width: 90%
    }

    .t-col-9-10-off {
        margin-left: 90%
    }

    .t-col-1-9 {
        -webkit-flex: 0 0 11.111111111111%;
        flex: 0 0 11.111111111111%;
        max-width: 11.111111111111%
    }

    .no-flexbox .t-col-1-9 {
        -webkit-flex: 0 0 11.111111111111%;
        flex: 0 0 11.111111111111%;
        width: 11.111111111111%
    }

    .t-col-1-9-off {
        margin-left: 11.111111111111%
    }

    .t-col-2-9 {
        -webkit-flex: 0 0 22.222222222222%;
        flex: 0 0 22.222222222222%;
        max-width: 22.222222222222%
    }

    .no-flexbox .t-col-2-9 {
        -webkit-flex: 0 0 22.222222222222%;
        flex: 0 0 22.222222222222%;
        width: 22.222222222222%
    }

    .t-col-2-9-off {
        margin-left: 22.222222222222%
    }

    .t-col-4-9 {
        -webkit-flex: 0 0 44.444444444444%;
        flex: 0 0 44.444444444444%;
        max-width: 44.444444444444%
    }

    .no-flexbox .t-col-4-9 {
        -webkit-flex: 0 0 44.444444444444%;
        flex: 0 0 44.444444444444%;
        width: 44.444444444444%
    }

    .t-col-4-9-off {
        margin-left: 44.444444444444%
    }

    .t-col-5-9 {
        -webkit-flex: 0 0 55.555555555556%;
        flex: 0 0 55.555555555556%;
        max-width: 55.555555555556%
    }

    .no-flexbox .t-col-5-9 {
        -webkit-flex: 0 0 55.555555555556%;
        flex: 0 0 55.555555555556%;
        width: 55.555555555556%
    }

    .t-col-5-9-off {
        margin-left: 55.555555555556%
    }

    .t-col-7-9 {
        -webkit-flex: 0 0 77.777777777778%;
        flex: 0 0 77.777777777778%;
        max-width: 77.777777777778%
    }

    .no-flexbox .t-col-7-9 {
        -webkit-flex: 0 0 77.777777777778%;
        flex: 0 0 77.777777777778%;
        width: 77.777777777778%
    }

    .t-col-7-9-off {
        margin-left: 77.777777777778%
    }

    .t-col-8-9 {
        -webkit-flex: 0 0 88.888888888889%;
        flex: 0 0 88.888888888889%;
        max-width: 88.888888888889%
    }

    .no-flexbox .t-col-8-9 {
        -webkit-flex: 0 0 88.888888888889%;
        flex: 0 0 88.888888888889%;
        width: 88.888888888889%
    }

    .t-col-8-9-off {
        margin-left: 88.888888888889%
    }

    .t-col-1-8 {
        -webkit-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .no-flexbox .t-col-1-8 {
        -webkit-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        width: 12.5%
    }

    .t-col-1-8-off {
        margin-left: 12.5%
    }

    .t-col-3-8 {
        -webkit-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .no-flexbox .t-col-3-8 {
        -webkit-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        width: 37.5%
    }

    .t-col-3-8-off {
        margin-left: 37.5%
    }

    .t-col-5-8 {
        -webkit-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .no-flexbox .t-col-5-8 {
        -webkit-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        width: 62.5%
    }

    .t-col-5-8-off {
        margin-left: 62.5%
    }

    .t-col-7-8 {
        -webkit-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .no-flexbox .t-col-7-8 {
        -webkit-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        width: 87.5%
    }

    .t-col-7-8-off {
        margin-left: 87.5%
    }

    .t-col-1-7 {
        -webkit-flex: 0 0 14.285714285714%;
        flex: 0 0 14.285714285714%;
        max-width: 14.285714285714%
    }

    .no-flexbox .t-col-1-7 {
        -webkit-flex: 0 0 14.285714285714%;
        flex: 0 0 14.285714285714%;
        width: 14.285714285714%
    }

    .t-col-1-7-off {
        margin-left: 14.285714285714%
    }

    .t-col-2-7 {
        -webkit-flex: 0 0 28.571428571429%;
        flex: 0 0 28.571428571429%;
        max-width: 28.571428571429%
    }

    .no-flexbox .t-col-2-7 {
        -webkit-flex: 0 0 28.571428571429%;
        flex: 0 0 28.571428571429%;
        width: 28.571428571429%
    }

    .t-col-2-7-off {
        margin-left: 28.571428571429%
    }

    .t-col-3-7 {
        -webkit-flex: 0 0 42.857142857143%;
        flex: 0 0 42.857142857143%;
        max-width: 42.857142857143%
    }

    .no-flexbox .t-col-3-7 {
        -webkit-flex: 0 0 42.857142857143%;
        flex: 0 0 42.857142857143%;
        width: 42.857142857143%
    }

    .t-col-3-7-off {
        margin-left: 42.857142857143%
    }

    .t-col-4-7 {
        -webkit-flex: 0 0 57.142857142857%;
        flex: 0 0 57.142857142857%;
        max-width: 57.142857142857%
    }

    .no-flexbox .t-col-4-7 {
        -webkit-flex: 0 0 57.142857142857%;
        flex: 0 0 57.142857142857%;
        width: 57.142857142857%
    }

    .t-col-4-7-off {
        margin-left: 57.142857142857%
    }

    .t-col-5-7 {
        -webkit-flex: 0 0 71.428571428571%;
        flex: 0 0 71.428571428571%;
        max-width: 71.428571428571%
    }

    .no-flexbox .t-col-5-7 {
        -webkit-flex: 0 0 71.428571428571%;
        flex: 0 0 71.428571428571%;
        width: 71.428571428571%
    }

    .t-col-5-7-off {
        margin-left: 71.428571428571%
    }

    .t-col-6-7 {
        -webkit-flex: 0 0 85.714285714286%;
        flex: 0 0 85.714285714286%;
        max-width: 85.714285714286%
    }

    .no-flexbox .t-col-6-7 {
        -webkit-flex: 0 0 85.714285714286%;
        flex: 0 0 85.714285714286%;
        width: 85.714285714286%
    }

    .t-col-6-7-off {
        margin-left: 85.714285714286%
    }

    .t-order-12 {
        -webkit-order: 12;
        order: 12
    }

    .t-order-11 {
        -webkit-order: 11;
        order: 11
    }

    .t-order-10 {
        -webkit-order: 10;
        order: 10
    }

    .t-order-9 {
        -webkit-order: 9;
        order: 9
    }

    .t-order-8 {
        -webkit-order: 8;
        order: 8
    }

    .t-order-7 {
        -webkit-order: 7;
        order: 7
    }

    .t-order-6 {
        -webkit-order: 6;
        order: 6
    }

    .t-order-5 {
        -webkit-order: 5;
        order: 5
    }

    .t-order-4 {
        -webkit-order: 4;
        order: 4
    }

    .t-order-3 {
        -webkit-order: 3;
        order: 3
    }

    .t-order-2 {
        -webkit-order: 2;
        order: 2
    }

    .t-order-1 {
        -webkit-order: 1;
        order: 1
    }

    .col2, .col3, .col4, .col5 {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2
    }
}


/* -- Breakpoint (.m) MOBILE
------------------------------------------------------------- */
@media (max-width: 480px) {
	.row {
		margin-left: 20px;
		margin-right: 20px;
	}

	.m-col-0-0 {
		display: none!important;
	}
	
    .m-col-1-12 {
        -webkit-flex: 0 0 8.3333333333333%;
        flex: 0 0 8.3333333333333%;
        max-width: 8.3333333333333%
    }

    .no-flexbox .m-col-1-12 {
        -webkit-flex: 0 0 8.3333333333333%;
        flex: 0 0 8.3333333333333%;
        width: 8.3333333333333%
    }

    .m-col-1-12-off {
        margin-left: 8.3333333333333%
    }

    .m-col-1-6 {
        -webkit-flex: 0 0 16.666666666667%;
        flex: 0 0 16.666666666667%;
        max-width: 16.666666666667%
    }

    .no-flexbox .m-col-1-6 {
        -webkit-flex: 0 0 16.666666666667%;
        flex: 0 0 16.666666666667%;
        width: 16.666666666667%
    }

    .m-col-1-6-off {
        margin-left: 16.666666666667%
    }

    .m-col-1-4 {
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .no-flexbox .m-col-1-4 {
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        width: 25%
    }

    .m-col-1-4-off {
        margin-left: 25%
    }

    .m-col-1-3 {
        -webkit-flex: 0 0 33.333333333333%;
        flex: 0 0 33.333333333333%;
        max-width: 33.333333333333%
    }

    .no-flexbox .m-col-1-3 {
        -webkit-flex: 0 0 33.333333333333%;
        flex: 0 0 33.333333333333%;
        width: 33.333333333333%
    }

    .m-col-1-3-off {
        margin-left: 33.333333333333%
    }

    .m-col-5-12 {
        -webkit-flex: 0 0 41.666666666667%;
        flex: 0 0 41.666666666667%;
        max-width: 41.666666666667%
    }

    .no-flexbox .m-col-5-12 {
        -webkit-flex: 0 0 41.666666666667%;
        flex: 0 0 41.666666666667%;
        width: 41.666666666667%
    }

    .m-col-5-12-off {
        margin-left: 41.666666666667%
    }

    .m-col-1-2 {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .no-flexbox .m-col-1-2 {
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        width: 50%
    }

    .m-col-1-2-off {
        margin-left: 50%
    }

    .m-col-7-12 {
        -webkit-flex: 0 0 58.333333333333%;
        flex: 0 0 58.333333333333%;
        max-width: 58.333333333333%
    }

    .no-flexbox .m-col-7-12 {
        -webkit-flex: 0 0 58.333333333333%;
        flex: 0 0 58.333333333333%;
        width: 58.333333333333%
    }

    .m-col-7-12-off {
        margin-left: 58.333333333333%
    }

    .m-col-2-3 {
        -webkit-flex: 0 0 66.666666666667%;
        flex: 0 0 66.666666666667%;
        max-width: 66.666666666667%
    }

    .no-flexbox .m-col-2-3 {
        -webkit-flex: 0 0 66.666666666667%;
        flex: 0 0 66.666666666667%;
        width: 66.666666666667%
    }

    .m-col-2-3-off {
        margin-left: 66.666666666667%
    }

    .m-col-3-4 {
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .no-flexbox .m-col-3-4 {
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        width: 75%
    }

    .m-col-3-4-off {
        margin-left: 75%
    }

    .m-col-5-6 {
        -webkit-flex: 0 0 83.333333333333%;
        flex: 0 0 83.333333333333%;
        max-width: 83.333333333333%
    }

    .no-flexbox .m-col-5-6 {
        -webkit-flex: 0 0 83.333333333333%;
        flex: 0 0 83.333333333333%;
        width: 83.333333333333%
    }

    .m-col-5-6-off {
        margin-left: 83.333333333333%
    }

    .m-col-11-12 {
        -webkit-flex: 0 0 91.666666666667%;
        flex: 0 0 91.666666666667%;
        max-width: 91.666666666667%
    }

    .no-flexbox .m-col-11-12 {
        -webkit-flex: 0 0 91.666666666667%;
        flex: 0 0 91.666666666667%;
        width: 91.666666666667%
    }

    .m-col-11-12-off {
        margin-left: 91.666666666667%
    }

    .m-col-1-1 {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .no-flexbox .m-col-1-1 {
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        width: 100%
    }

    .m-col-1-1-off {
        margin-left: 100%
    }

    .m-col-1-11 {
        -webkit-flex: 0 0 9.0909090909091%;
        flex: 0 0 9.0909090909091%;
        max-width: 9.0909090909091%
    }

    .no-flexbox .m-col-1-11 {
        -webkit-flex: 0 0 9.0909090909091%;
        flex: 0 0 9.0909090909091%;
        width: 9.0909090909091%
    }

    .m-col-1-11-off {
        margin-left: 9.0909090909091%
    }

    .m-col-2-11 {
        -webkit-flex: 0 0 18.181818181818%;
        flex: 0 0 18.181818181818%;
        max-width: 18.181818181818%
    }

    .no-flexbox .m-col-2-11 {
        -webkit-flex: 0 0 18.181818181818%;
        flex: 0 0 18.181818181818%;
        width: 18.181818181818%
    }

    .m-col-2-11-off {
        margin-left: 18.181818181818%
    }

    .m-col-3-11 {
        -webkit-flex: 0 0 27.272727272727%;
        flex: 0 0 27.272727272727%;
        max-width: 27.272727272727%
    }

    .no-flexbox .m-col-3-11 {
        -webkit-flex: 0 0 27.272727272727%;
        flex: 0 0 27.272727272727%;
        width: 27.272727272727%
    }

    .m-col-3-11-off {
        margin-left: 27.272727272727%
    }

    .m-col-4-11 {
        -webkit-flex: 0 0 36.363636363636%;
        flex: 0 0 36.363636363636%;
        max-width: 36.363636363636%
    }

    .no-flexbox .m-col-4-11 {
        -webkit-flex: 0 0 36.363636363636%;
        flex: 0 0 36.363636363636%;
        width: 36.363636363636%
    }

    .m-col-4-11-off {
        margin-left: 36.363636363636%
    }

    .m-col-5-11 {
        -webkit-flex: 0 0 45.454545454545%;
        flex: 0 0 45.454545454545%;
        max-width: 45.454545454545%
    }

    .no-flexbox .m-col-5-11 {
        -webkit-flex: 0 0 45.454545454545%;
        flex: 0 0 45.454545454545%;
        width: 45.454545454545%
    }

    .m-col-5-11-off {
        margin-left: 45.454545454545%
    }

    .m-col-6-11 {
        -webkit-flex: 0 0 54.545454545455%;
        flex: 0 0 54.545454545455%;
        max-width: 54.545454545455%
    }

    .no-flexbox .m-col-6-11 {
        -webkit-flex: 0 0 54.545454545455%;
        flex: 0 0 54.545454545455%;
        width: 54.545454545455%
    }

    .m-col-6-11-off {
        margin-left: 54.545454545455%
    }

    .m-col-7-11 {
        -webkit-flex: 0 0 63.636363636364%;
        flex: 0 0 63.636363636364%;
        max-width: 63.636363636364%
    }

    .no-flexbox .m-col-7-11 {
        -webkit-flex: 0 0 63.636363636364%;
        flex: 0 0 63.636363636364%;
        width: 63.636363636364%
    }

    .m-col-7-11-off {
        margin-left: 63.636363636364%
    }

    .m-col-8-11 {
        -webkit-flex: 0 0 72.727272727273%;
        flex: 0 0 72.727272727273%;
        max-width: 72.727272727273%
    }

    .no-flexbox .m-col-8-11 {
        -webkit-flex: 0 0 72.727272727273%;
        flex: 0 0 72.727272727273%;
        width: 72.727272727273%
    }

    .m-col-8-11-off {
        margin-left: 72.727272727273%
    }

    .m-col-9-11 {
        -webkit-flex: 0 0 81.818181818182%;
        flex: 0 0 81.818181818182%;
        max-width: 81.818181818182%
    }

    .no-flexbox .m-col-9-11 {
        -webkit-flex: 0 0 81.818181818182%;
        flex: 0 0 81.818181818182%;
        width: 81.818181818182%
    }

    .m-col-9-11-off {
        margin-left: 81.818181818182%
    }

    .m-col-10-11 {
        -webkit-flex: 0 0 90.909090909091%;
        flex: 0 0 90.909090909091%;
        max-width: 90.909090909091%
    }

    .no-flexbox .m-col-10-11 {
        -webkit-flex: 0 0 90.909090909091%;
        flex: 0 0 90.909090909091%;
        width: 90.909090909091%
    }

    .m-col-10-11-off {
        margin-left: 90.909090909091%
    }

    .m-col-1-10 {
        -webkit-flex: 0 0 10%;
        flex: 0 0 10%;
        max-width: 10%
    }

    .no-flexbox .m-col-1-10 {
        -webkit-flex: 0 0 10%;
        flex: 0 0 10%;
        width: 10%
    }

    .m-col-1-10-off {
        margin-left: 10%
    }

    .m-col-1-5 {
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .no-flexbox .m-col-1-5 {
        -webkit-flex: 0 0 20%;
        flex: 0 0 20%;
        width: 20%
    }

    .m-col-1-5-off {
        margin-left: 20%
    }

    .m-col-3-10 {
        -webkit-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }

    .no-flexbox .m-col-3-10 {
        -webkit-flex: 0 0 30%;
        flex: 0 0 30%;
        width: 30%
    }

    .m-col-3-10-off {
        margin-left: 30%
    }

    .m-col-2-5 {
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .no-flexbox .m-col-2-5 {
        -webkit-flex: 0 0 40%;
        flex: 0 0 40%;
        width: 40%
    }

    .m-col-2-5-off {
        margin-left: 40%
    }

    .m-col-3-5 {
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .no-flexbox .m-col-3-5 {
        -webkit-flex: 0 0 60%;
        flex: 0 0 60%;
        width: 60%
    }

    .m-col-3-5-off {
        margin-left: 60%
    }

    .m-col-7-10 {
        -webkit-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }

    .no-flexbox .m-col-7-10 {
        -webkit-flex: 0 0 70%;
        flex: 0 0 70%;
        width: 70%
    }

    .m-col-7-10-off {
        margin-left: 70%
    }

    .m-col-4-5 {
        -webkit-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }

    .no-flexbox .m-col-4-5 {
        -webkit-flex: 0 0 80%;
        flex: 0 0 80%;
        width: 80%
    }

    .m-col-4-5-off {
        margin-left: 80%
    }

    .m-col-9-10 {
        -webkit-flex: 0 0 90%;
        flex: 0 0 90%;
        max-width: 90%
    }

    .no-flexbox .m-col-9-10 {
        -webkit-flex: 0 0 90%;
        flex: 0 0 90%;
        width: 90%
    }

    .m-col-9-10-off {
        margin-left: 90%
    }

    .m-col-1-9 {
        -webkit-flex: 0 0 11.111111111111%;
        flex: 0 0 11.111111111111%;
        max-width: 11.111111111111%
    }

    .no-flexbox .m-col-1-9 {
        -webkit-flex: 0 0 11.111111111111%;
        flex: 0 0 11.111111111111%;
        width: 11.111111111111%
    }

    .m-col-1-9-off {
        margin-left: 11.111111111111%
    }

    .m-col-2-9 {
        -webkit-flex: 0 0 22.222222222222%;
        flex: 0 0 22.222222222222%;
        max-width: 22.222222222222%
    }

    .no-flexbox .m-col-2-9 {
        -webkit-flex: 0 0 22.222222222222%;
        flex: 0 0 22.222222222222%;
        width: 22.222222222222%
    }

    .m-col-2-9-off {
        margin-left: 22.222222222222%
    }

    .m-col-4-9 {
        -webkit-flex: 0 0 44.444444444444%;
        flex: 0 0 44.444444444444%;
        max-width: 44.444444444444%
    }

    .no-flexbox .m-col-4-9 {
        -webkit-flex: 0 0 44.444444444444%;
        flex: 0 0 44.444444444444%;
        width: 44.444444444444%
    }

    .m-col-4-9-off {
        margin-left: 44.444444444444%
    }

    .m-col-5-9 {
        -webkit-flex: 0 0 55.555555555556%;
        flex: 0 0 55.555555555556%;
        max-width: 55.555555555556%
    }

    .no-flexbox .m-col-5-9 {
        -webkit-flex: 0 0 55.555555555556%;
        flex: 0 0 55.555555555556%;
        width: 55.555555555556%
    }

    .m-col-5-9-off {
        margin-left: 55.555555555556%
    }

    .m-col-7-9 {
        -webkit-flex: 0 0 77.777777777778%;
        flex: 0 0 77.777777777778%;
        max-width: 77.777777777778%
    }

    .no-flexbox .m-col-7-9 {
        -webkit-flex: 0 0 77.777777777778%;
        flex: 0 0 77.777777777778%;
        width: 77.777777777778%
    }

    .m-col-7-9-off {
        margin-left: 77.777777777778%
    }

    .m-col-8-9 {
        -webkit-flex: 0 0 88.888888888889%;
        flex: 0 0 88.888888888889%;
        max-width: 88.888888888889%
    }

    .no-flexbox .m-col-8-9 {
        -webkit-flex: 0 0 88.888888888889%;
        flex: 0 0 88.888888888889%;
        width: 88.888888888889%
    }

    .m-col-8-9-off {
        margin-left: 88.888888888889%
    }

    .m-col-1-8 {
        -webkit-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .no-flexbox .m-col-1-8 {
        -webkit-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        width: 12.5%
    }

    .m-col-1-8-off {
        margin-left: 12.5%
    }

    .m-col-3-8 {
        -webkit-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        max-width: 37.5%
    }

    .no-flexbox .m-col-3-8 {
        -webkit-flex: 0 0 37.5%;
        flex: 0 0 37.5%;
        width: 37.5%
    }

    .m-col-3-8-off {
        margin-left: 37.5%
    }

    .m-col-5-8 {
        -webkit-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        max-width: 62.5%
    }

    .no-flexbox .m-col-5-8 {
        -webkit-flex: 0 0 62.5%;
        flex: 0 0 62.5%;
        width: 62.5%
    }

    .m-col-5-8-off {
        margin-left: 62.5%
    }

    .m-col-7-8 {
        -webkit-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        max-width: 87.5%
    }

    .no-flexbox .m-col-7-8 {
        -webkit-flex: 0 0 87.5%;
        flex: 0 0 87.5%;
        width: 87.5%
    }

    .m-col-7-8-off {
        margin-left: 87.5%
    }

    .m-col-1-7 {
        -webkit-flex: 0 0 14.285714285714%;
        flex: 0 0 14.285714285714%;
        max-width: 14.285714285714%
    }

    .no-flexbox .m-col-1-7 {
        -webkit-flex: 0 0 14.285714285714%;
        flex: 0 0 14.285714285714%;
        width: 14.285714285714%
    }

    .m-col-1-7-off {
        margin-left: 14.285714285714%
    }

    .m-col-2-7 {
        -webkit-flex: 0 0 28.571428571429%;
        flex: 0 0 28.571428571429%;
        max-width: 28.571428571429%
    }

    .no-flexbox .m-col-2-7 {
        -webkit-flex: 0 0 28.571428571429%;
        flex: 0 0 28.571428571429%;
        width: 28.571428571429%
    }

    .m-col-2-7-off {
        margin-left: 28.571428571429%
    }

    .m-col-3-7 {
        -webkit-flex: 0 0 42.857142857143%;
        flex: 0 0 42.857142857143%;
        max-width: 42.857142857143%
    }

    .no-flexbox .m-col-3-7 {
        -webkit-flex: 0 0 42.857142857143%;
        flex: 0 0 42.857142857143%;
        width: 42.857142857143%
    }

    .m-col-3-7-off {
        margin-left: 42.857142857143%
    }

    .m-col-4-7 {
        -webkit-flex: 0 0 57.142857142857%;
        flex: 0 0 57.142857142857%;
        max-width: 57.142857142857%
    }

    .no-flexbox .m-col-4-7 {
        -webkit-flex: 0 0 57.142857142857%;
        flex: 0 0 57.142857142857%;
        width: 57.142857142857%
    }

    .m-col-4-7-off {
        margin-left: 57.142857142857%
    }

    .m-col-5-7 {
        -webkit-flex: 0 0 71.428571428571%;
        flex: 0 0 71.428571428571%;
        max-width: 71.428571428571%
    }

    .no-flexbox .m-col-5-7 {
        -webkit-flex: 0 0 71.428571428571%;
        flex: 0 0 71.428571428571%;
        width: 71.428571428571%
    }

    .m-col-5-7-off {
        margin-left: 71.428571428571%
    }

    .m-col-6-7 {
        -webkit-flex: 0 0 85.714285714286%;
        flex: 0 0 85.714285714286%;
        max-width: 85.714285714286%
    }

    .no-flexbox .m-col-6-7 {
        -webkit-flex: 0 0 85.714285714286%;
        flex: 0 0 85.714285714286%;
        width: 85.714285714286%
    }

    .m-col-6-7-off {
        margin-left: 85.714285714286%
    }

    .m-order-12 {
        -webkit-order: 12;
        order: 12
    }

    .m-order-11 {
        -webkit-order: 11;
        order: 11
    }

    .m-order-10 {
        -webkit-order: 10;
        order: 10
    }

    .m-order-9 {
        -webkit-order: 9;
        order: 9
    }

    .m-order-8 {
        -webkit-order: 8;
        order: 8
    }

    .m-order-7 {
        -webkit-order: 7;
        order: 7
    }

    .m-order-6 {
        -webkit-order: 6;
        order: 6
    }

    .m-order-5 {
        -webkit-order: 5;
        order: 5
    }

    .m-order-4 {
        -webkit-order: 4;
        order: 4
    }

    .m-order-3 {
        -webkit-order: 3;
        order: 3
    }

    .m-order-2 {
        -webkit-order: 2;
        order: 2
    }

    .m-order-1 {
        -webkit-order: 1;
        order: 1
    }

    .col2, .col3, .col4, .col5 {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
	
}

/* End */


/* Start:/local/templates/main_template/css/style.css?168441488449085*/
:root {
    --global-color-primary: #cb1119;
    --global-color-secondary: #e7e7e3;
    --global-color-text: #232323;
    --global-color-background: #fff;
}
* {
    outline: 0!important;
}
/*
html, body {
	max-width: 100%; 
	overflow-x: hidden; 
}
*/
body {
	display: flex;
    flex-direction: column;
	min-height: 100%;
}
hr,
img {
    border: 0
}
body,
figure {
    margin: 0
}
.img-thumbnail,
.thumbnail {
    -webkit-transition: all .2s ease-in-out
}
.breadcrumb,
.carousel-indicators,
.dropdown-menu,
.media-list,
.nav,
.pager {
    list-style: none
}
textarea.bxeditor-textarea {
    line-height: normal!important
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
	height: auto;
}
audio,
canvas,
video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
[hidden],
template {
    display: none
}

a {
    background: 0 0
}
a:active,
a:hover {
    outline: 0
}
h1 {
    margin: .67em 0
}
b,
strong {
    font-weight: 700
}
dfn {
    font-style: italic
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}
mark {
    background: #ff0;
    color: #000
}
code,
kbd,
pre,
samp {
    font-size: 1em
}
pre {
    white-space: pre-wrap
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -.5em
}
sub {
    bottom: -.25em
}
img {
    vertical-align: middle;
	position: relative;
}
svg:not(:root) {
    overflow: hidden
}
button,
select {
    text-transform: none
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],
html input[disabled] {
    cursor: default
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}
textarea {
    overflow: auto;
    vertical-align: top
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
@media print {
    blockquote,
    img,
    pre,
    tr {
        page-break-inside: avoid
    }
    * {
        text-shadow: none!important;
        color: #000!important;
        background: 0 0!important;
        box-shadow: none!important
    }
    a,
    a:visited {
        text-decoration: underline
    }
    a[href]:after {
        content: " (" attr(href) ")"
    }
    abbr[title]:after {
        content: " (" attr(title) ")"
    }
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: ""
    }
    blockquote,
    pre {
        border: 1px solid #999
    }
    thead {
        display: table-header-group
    }
    img {
        max-width: 100%!important
    }
    @page {
        margin: 2cm .5cm
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3
    }
    h2,
    h3 {
        page-break-after: avoid
    }
    select {
        background: #fff!important
    }
    .navbar {
        display: none
    }
    .table td,
    .table th {
        background-color: #fff!important
    }
    .btn&gt;.caret,
    .dropup&gt;.btn&gt;.caret {
        border-top-color: #000!important
    }
    .label {
        border: 1px solid #000
    }
    .table {
        border-collapse: collapse!important
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #ddd!important
    }
}
.btn,
.btn-danger.active,
.btn-danger:active,
.btn-default.active,
.btn-default:active,
.btn-info.active,
.btn-info:active,
.btn-success.active,
.btn-success:active,
.btn-warning.active,
.btn-warning:active,
.btn.active,
.btn:active,
.dropdown-menu&gt;.disabled&gt;a:focus,
.dropdown-menu&gt;.disabled&gt;a:hover,
.form-control,
.open .dropdown-toggle.btn-danger,
.open .dropdown-toggle.btn-default,
.open .dropdown-toggle.btn-info,
.open .dropdown-toggle.btn-success,
.open .dropdown-toggle.btn-warning {
    background-image: none
}
.img-thumbnail,
body {
    background-color: #fff
}
*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent
}
body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.1;
}
button,
input,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a {
    color: var(--global-color-text);
    text-decoration: none
}
a.underline {
    text-decoration: underline;
}
a:focus {
    outline: #333 dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}
pre code,
table {
    background-color: transparent
}
.img-circle {
    border-radius: 50%
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #eee
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.collapsing,
.dropdown {
    position: relative
}
p {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 20px;
    color: #565656;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0
}
.small,
small {
    font-size: 85%
}
cite {
    font-style: normal
}
.text-left {
    text-align: left
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    line-height: 1.1;
    color: inherit
}
.h1 .small,
.h1 small,
.h2 .small,
.h2 small,
.h3 .small,
.h3 small,
.h4 .small,
.h4 small,
.h5 .small,
.h5 small,
.h6 .small,
.h6 small,
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small,
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-weight: 400;
    line-height: 1;
    color: #999
}
legend,
pre {
    color: #333
}
h1,
h2,
h3 {
    margin-top: 20px
}
h1 .small,
h1 small,
h2 .small,
h2 small,
h3 .small,
h3 small {
    font-size: 65%
}
h4,
h5,
h6 {
    margin-top: 0
}
h4 .small,
h4 small,
h5 .small,
h5 small,
h6 .small,
h6 small {
    font-size: 75%
}
.h1,
h1 {
    font-size: 48px
}
.h2,
h2 {
    font-size: 40px
}
.h3,
h3 {
    font-size: 36px
}
.h4,
h4 {
    font-size: 18px
}
.h5,
h5 {
    font-size: 14px
}
.h6,
h6 {
    font-size: 12px
}
.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eee
}
blockquote p:last-child,
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}
address,
dl {
    margin-bottom: 20px
}
ol,
ul {
    margin-top: 0;
    margin-bottom: 10px;
    list-style: none;
}
dd,
dt {
    line-height: 1.428571429
}
dt {
    font-weight: 700
}
dd {
    margin-left: 0
}
@media (min-width: 768px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }
    .dl-horizontal dd {
        margin-left: 180px
    }
    .dl-horizontal dd:after,
    .dl-horizontal dd:before {
        content: " ";
        display: table
    }
    .dl-horizontal dd:after {
        clear: both
    }
}
.btn-group-vertical&gt;.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container:after,
.dropdown-menu&gt;li&gt;a,
.form-horizontal .form-group:after,
.modal-footer:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}
abbr[data-original-title],
abbr[title] {
    cursor: help;
    border-bottom: 1px dotted #999
}
abbr.initialism {
    font-size: 90%;
    text-transform: uppercase
}
blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    border-left: 5px solid #eee
}
blockquote p {
    font-size: 17.5px;
    font-weight: 300;
    line-height: 1.25
}
address,
blockquote small,
pre {
    line-height: 1.428571429
}
blockquote small {
    display: block;
    color: #999
}
blockquote small:before {
    content: '\2014 \00A0'
}
blockquote.pull-right {
    padding-right: 16px;
    padding-left: 0;
    border-right: 5px solid #eee;
    border-left: 0
}
blockquote.pull-right .small,
blockquote.pull-right p,
blockquote.pull-right small {
    text-align: right
}
blockquote.pull-right .small:before,
blockquote.pull-right small:before {
    content: ''
}
blockquote.pull-right .small:after,
blockquote.pull-right small:after {
    content: '\00A0 \2014'
}
blockquote:after,
blockquote:before {
    content: ""
}
address {
    font-style: normal
}
code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    white-space: nowrap;
    border-radius: 4px
}
pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px
}
.container:after,
.container:before,
.row:after,
.row:before {
    display: table;
    content: " "
}
pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    border-radius: 0
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll
}
.container {
    margin-right: auto;
    margin-left: auto;
}
input[type="file"],
legend {
    display: block
}
table {
    max-width: 100%
}
th {
    text-align: left
}
fieldset,
legend {
    padding: 0;
    border: 0
}
fieldset {
    margin: 0
}
legend {
    width: 100%;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    border-bottom: 1px solid #e5e5e5
}
label {
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700
}
input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
input[type="checkbox"],
input[type="radio"] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal
}
select[multiple],
select[size] {
    height: auto
}
select optgroup {
    font-size: inherit;
    font-style: inherit;
    font-family: inherit
}
.form-control,
output {
    font-size: 14px;
    line-height: 1.428571429;
    display: block;
    vertical-align: middle
}
input[type="file"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    outline: #333 dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}
output {
    padding-top: 7px;
    color: #555
}
select.input-sm {
    height: 30px;
    line-height: 30px
}
textarea.input-sm {
    height: auto
}
.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}
select.input-lg {
    height: 45px;
    line-height: 45px
}
textarea.input-lg {
    height: auto
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 10px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}
.btn:focus {
    outline: #333 dotted thin;
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px
}
.btn-group .dropdown-toggle:active,
.btn-group-vertical&gt;.btn:focus,
.btn-group.open .dropdown-toggle,
.btn-group&gt;.btn:focus,
.btn.active,
.btn:active,
.dropdown-toggle:focus,
.modal-content,
.open&gt;a {
    outline: 0
}
.btn:focus,
.btn:hover {
    color: #333;
    text-decoration: none
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc
}
.btn-default.active,
.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.open .dropdown-toggle.btn-default {
    color: #333;
    background-color: #ebebeb;
    border-color: #adadad
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background-color: #fff;
    border-color: #ccc
}
.btn-primary {
    color: #fff;
    background-color: var(--global-color-primary);
    border-color: var(--global-color-primary);
}
.btn-secondary {
    color: #868D95;
    background-color: none;
    border-color: #C7CED4;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #C3091C;
    border-color: #C3091C
}
.btn-primary.active,
.btn-primary:active,
.open .dropdown-toggle.btn-primary {
    background-image: none
}
.btn-primary.disabled,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled],
.btn-primary[disabled].active,
.btn-primary[disabled]:active,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
    background-color: #ccc;
    border-color: #bfbfbf
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.open .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ed9c28;
    border-color: #d58512
}
.btn-warning.disabled,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled],
.btn-warning[disabled].active,
.btn-warning[disabled]:active,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning,
fieldset[disabled] .btn-warning.active,
fieldset[disabled] .btn-warning:active,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
    background-color: #f0ad4e;
    border-color: #eea236
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover,
.open .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #ac2925
}
.btn-danger.disabled,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled],
.btn-danger[disabled].active,
.btn-danger[disabled]:active,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger,
fieldset[disabled] .btn-danger.active,
fieldset[disabled] .btn-danger:active,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
    background-color: #d9534f;
    border-color: #d43f3a
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.open .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #47a447;
    border-color: #398439
}
.btn-success.disabled,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled],
.btn-success[disabled].active,
.btn-success[disabled]:active,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success,
fieldset[disabled] .btn-success.active,
fieldset[disabled] .btn-success:active,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
    background-color: #5cb85c;
    border-color: #4cae4c
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info:hover,
.open .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #39b3d7;
    border-color: #269abc
}
.btn-info.disabled,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled],
.btn-info[disabled].active,
.btn-info[disabled]:active,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info,
fieldset[disabled] .btn-info.active,
fieldset[disabled] .btn-info:active,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
    background-color: #5bc0de;
    border-color: #46b8da
}
.btn-link {
    color: #ccc;
    font-weight: 400;
    cursor: pointer;
    border-radius: 0
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
    border-color: transparent
}
.btn-link:focus,
.btn-link:hover {
    color: #a6a6a6;
    text-decoration: underline;
    background-color: transparent
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
    color: #999;
    text-decoration: none
}
.btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}
.btn-sm,
.btn-xs {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-xs {
    padding: 1px 5px
}
.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0
}
.btn-block+.btn-block {
    margin-top: 5px
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%
}
.btn-group-vertical&gt;.btn.active,
.btn-group-vertical&gt;.btn:active,
.btn-group-vertical&gt;.btn:focus,
.btn-group-vertical&gt;.btn:hover,
.btn-group&gt;.btn.active,
.btn-group&gt;.btn:active,
.btn-group&gt;.btn:focus,
.btn-group&gt;.btn:hover,
.input-group-btn&gt;.btn:active,
.input-group-btn&gt;.btn:hover {
    z-index: 2
}
.pull-right&gt;.dropdown-menu {
    right: 0;
    left: auto
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0 dotted;
    border-bottom: 4px solid #000;
    content: ""
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px
}
.btn-default .caret {
    border-top-color: #333
}
.btn-danger .caret,
.btn-info .caret,
.btn-primary .caret,
.btn-success .caret,
.btn-warning .caret {
    border-top-color: #fff
}
.dropup .btn-default .caret {
    border-bottom-color: #333
}
.dropup .btn-danger .caret,
.dropup .btn-info .caret,
.dropup .btn-primary .caret,
.dropup .btn-success .caret,
.dropup .btn-warning .caret {
    border-bottom-color: #fff
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle
}
.btn-group-vertical&gt;.btn,
.btn-group&gt;.btn {
    position: relative;
    float: left
}
.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group {
    margin-left: -1px
}
.btn-toolbar:after,
.btn-toolbar:before {
    content: " ";
    display: table
}
.btn-toolbar .btn-group {
    float: left
}
.btn-toolbar&gt;.btn+.btn,
.btn-toolbar&gt;.btn+.btn-group,
.btn-toolbar&gt;.btn-group+.btn,
.btn-toolbar&gt;.btn-group+.btn-group {
    margin-left: 5px
}
.btn .caret,
.btn-group&gt;.btn:first-child {
    margin-left: 0
}
.btn-group&gt;.btn-group {
    float: left
}
.btn-group-sm&gt;.btn,
.btn-group-xs&gt;.btn {
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
.btn-group-xs&gt;.btn {
    padding: 1px 5px
}
.btn-group-sm&gt;.btn {
    padding: 5px 10px
}
.btn-group-lg&gt;.btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}
.btn-group&gt;.btn+.dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px
}
.btn-group&gt;.btn-lg+.dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}
.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none
}
.btn-lg .caret {
    border-width: 5px 5px 0
}
.dropup .btn-lg .caret {
    border-width: 0 5px 5px
}
.btn-group-vertical&gt;.btn,
.btn-group-vertical&gt;.btn-group {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%
}
.btn-group-vertical&gt;.btn-group:after,
.btn-group-vertical&gt;.btn-group:before {
    content: " ";
    display: table
}
.btn-group-vertical&gt;.btn-group&gt;.btn {
    float: none
}
.btn-group-vertical&gt;.btn+.btn,
.btn-group-vertical&gt;.btn+.btn-group,
.btn-group-vertical&gt;.btn-group+.btn,
.btn-group-vertical&gt;.btn-group+.btn-group {
    margin-top: -1px;
    margin-left: 0
}
.btn-group-vertical&gt;.btn:not(:first-child):not(:last-child) {
    border-radius: 0
}
.btn-group-vertical&gt;.btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical&gt;.btn:last-child:not(:first-child) {
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.btn-group-vertical&gt;.btn-group:not(:first-child):not(:last-child)&gt;.btn {
    border-radius: 0
}
.btn-group-vertical&gt;.btn-group:first-child&gt;.btn:last-child,
.btn-group-vertical&gt;.btn-group:first-child&gt;.dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}
.btn-group-vertical&gt;.btn-group:last-child&gt;.btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}
.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate
}
.btn-group-justified .btn {
    float: none;
    display: table-cell;
    width: 1%
}
[data-toggle="buttons"]&gt;.btn&gt;input[type="checkbox"],
[data-toggle="buttons"]&gt;.btn&gt;input[type="radio"] {
    display: none
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate
}
.input-group.col {
    float: none;
    padding-left: 0;
    padding-right: 0
}
.input-group .form-control {
    width: 100%;
    margin-bottom: 0
}
.input-group-lg&gt;.form-control,
.input-group-lg&gt;.input-group-addon,
.input-group-lg&gt;.input-group-btn&gt;.btn {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px
}
select.input-group-lg&gt;.form-control,
select.input-group-lg&gt;.input-group-addon,
select.input-group-lg&gt;.input-group-btn&gt;.btn {
    height: 45px;
    line-height: 45px
}
textarea.input-group-lg&gt;.form-control,
textarea.input-group-lg&gt;.input-group-addon,
textarea.input-group-lg&gt;.input-group-btn&gt;.btn {
    height: auto
}
.input-group-sm&gt;.form-control,
.input-group-sm&gt;.input-group-addon,
.input-group-sm&gt;.input-group-btn&gt;.btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}
select.input-group-sm&gt;.form-control,
select.input-group-sm&gt;.input-group-addon,
select.input-group-sm&gt;.input-group-btn&gt;.btn {
    height: 30px;
    line-height: 30px
}
.thumbnail,
textarea.input-group-sm&gt;.form-control,
textarea.input-group-sm&gt;.input-group-addon,
textarea.input-group-sm&gt;.input-group-btn&gt;.btn {
    height: auto
}
.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell
}
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child) {
    border-radius: 0
}
.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px
}
.input-group-addon.input-sm {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px
}
.input-group-addon.input-lg {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px
}
.input-group-addon input[type="checkbox"],
.input-group-addon input[type="radio"] {
    margin-top: 0
}
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child&gt;.btn,
.input-group-btn:first-child&gt;.dropdown-toggle,
.input-group-btn:last-child&gt;.btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}
.input-group-addon:first-child {
    border-right: 0
}
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child&gt;.btn:not(:first-child),
.input-group-btn:last-child&gt;.btn,
.input-group-btn:last-child&gt;.dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}
.input-group-addon:last-child {
    border-left: 0
}
.input-group-btn {
    position: relative;
    white-space: nowrap
}
.input-group-btn:first-child&gt;.btn {
    margin-right: -1px
}
.input-group-btn:last-child&gt;.btn {
    margin-left: -1px
}
.input-group-btn&gt;.btn {
    position: relative
}
.input-group-btn&gt;.btn+.btn {
    margin-left: -4px
}
table.colored_table {
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-collapse: collapse
}
.colored_table thead {
    border: 1px solid #ececec
}
.colored_table thead tr {
    background: #f7f7f7
}
.colored_table tr td {
    padding: 8px 29px
}
.colored_table tbody {
    border: 1px solid #ececec;
}
.colored_table tbody tr td {
    border-bottom: 1px solid #ececec
}
.colored_table&gt;tbody&gt;tr&gt;td,
.colored_table&gt;tbody&gt;tr&gt;th,
.colored_table&gt;tfoot&gt;tr&gt;td,
.colored_table&gt;tfoot&gt;tr&gt;th,
.colored_table&gt;thead&gt;tr&gt;td,
.colored_table&gt;thead&gt;tr&gt;th {
    line-height: 1.428571429
}
table.colored_table&gt;tbody&gt;tr&gt;td,
table.colored_table&gt;tbody&gt;tr&gt;th,
table.colored_table&gt;tfoot&gt;tr&gt;td,
table.colored_table&gt;tfoot&gt;tr&gt;th {
    padding: 14px 20px 15px
}
table.colored_table&gt;thead&gt;tr&gt;td,
table.colored_table&gt;thead&gt;tr&gt;th {
    padding: 11px 21px;
    font-size: .8667em
}
/*HEADER*/
.top-banner {
    height: 65px;
    background: var(--global-color-secondary);
}
.stock-text {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: normal;
    padding: 0 5px;
}
.stock-text p {
    margin-top: 10px;
    color: #232323;
}
.stock-text strong {
    font-size: 20px;
    font-weight: bold;
}
.stock-link a {
    opacity: 0.5;
}
.stock-link-span {
    margin-right: 10px;
    border-bottom: 1px solid;
    font-size: 16px;
}
#close-top-stock {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
}
#headerfixed {
    opacity: 0;
    transition: opacity ease 10ms;
    background: var(--global-color-background);
    display: none;
    box-shadow: 0 1px 5px rgb(0 0 0 / 14%);
}
#mobileheader {
    margin: 0;
    padding: 0;
    position: relative;
    height: 63px;
    z-index: 2997;
}
.visible-sm,
td.visible-sm,
th.visible-sm,
tr.visible-sm {
    display: none!important;
}
.logo_and_contacts-row {
    background: var(--global-color-background);
    width: 100%;
    display: flex;
    height: 125px;
	padding-top: 20px;
}
.main_menu-row {
    background: var(--global-color-primary);
    width: 100%;
    display: flex;
    height: 55px;
    position: absolute;
}
.logo img {
    width: 85px;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}
.header-slogan {
    flex-direction: column;
    flex-wrap: nowrap;
    font-size: 18px;
    min-width: 210px;
    margin-left: 20px;
    padding-top: 15px;
    justify-content: center;
}
.header-slogan-links a {
    text-transform: uppercase;
    border-bottom: 2px solid var(--global-color-primary);
    font-size: 18px;
}
.header-slogan-text h4 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 26px;
}
.header-work-time,
.header-phone,
.header-feedback,
.footer-contacts {
    flex-direction: column;
    flex-wrap: nowrap;
    display: flex;
    line-height: 30px;
}
.header-phone,
.footer-phone {
    font-size: 20px;
    line-height: 36px;
    padding-right: 20px;
}
.header-phone a span,
.footer-phone a span {
    font-weight: 700;
    margin-left: 5px;
}
.header-feedback a {
    margin-bottom: 8px;
}
.header-feedback a span,
.footer-contacts .footer-mail {
    border-bottom: 1px solid;
    margin-right: 10px;
    padding-bottom: 2px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.btn-feedback {
    width: 200px;
}
/*MAIN PAGE*/
.main-page-services,
.main-page-guild,
.main-page-manager,
.main-page-hot-deals,
.main-page-blog,
.main-page-reviews,
.main-page-certs,
.main-page-partners {
    padding: 50px 0;
    display: flex;
	flex-direction: column;
	max-height: unset;
}


.main-page-title {
    font-weight: bold;
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 36px;
}


/*MAIN PAGE VIDEO*/
.main-page-video {
    width: 100%;
    height: 600px;
    padding: 200px 0;
    background-color: #000;
    color: #fff;
    overflow: hidden;
    position: relative;
}
.main-page-video-title {
    font-size: 64px;
    text-align: center;
    position: relative;
    font-weight: 800;
    width: 1166px;
    margin: auto;
    line-height: 90px;
    text-transform: uppercase;
}
.main-page-video-button {
    text-align: center;
    position: relative;
}
.main-page-video-button .btn-primary {
    font-size: 16px;
    padding: 18px 57px;
    width: 255px;
    height: 60px;
}
.main-page-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    width: 100%;
    transform: translate(-50%, -50%);
    opacity: 0.5;
}

/*MAIN PAGE GUILD*/
.guild-block {
    display: flex;
    align-items: center;
    padding: 0px 30px;
    background-color: #fff;
    border-radius: 6px;
    flex-direction: column;
}
.guild-block .guild-images {
    display: flex;
    width: 100%;
    margin-left: auto;
    justify-content: center;
    gap: 10%;
    margin-bottom: 20px;
    flex-wrap: wrap;
}
.guild-block .guild-images .guild-image img{
    max-width: 392px;
    width: 100%;
}
.guild-block .guild-images .guild-image.ros-guild img {
    background: #e42a35;
}

.guild-block .check-sertification p{
    font-size: 24px;
    line-height: 24px;
}
.guild-block .check-sertification a {
    text-decoration: underline;
}

/*MAIN PAGE ADVANTAGES*/
.main-page-advatages {
    background: url("/upload/images/Rectangle 16.png");
    height: 400px;
}
.main-page-advatages-title {
    margin-top: 107px;
    background: #CB1119;
    color: #fff;
    font-weight: 900;
    font-size: 48px;
    line-height: 75px;
    width: 314px;
    text-transform: uppercase;
    padding-left: 14px;
}
.main-page-advatages-subtitle {
    font-weight: 900;
    font-size: 40px;
    line-height: 75px;
    margin: 10px 0 14px;
    text-transform: uppercase;
}
.main-page-advatages-subtitle span {
    color: #CB1119
}
.btn-advantages {
    width: 170px;
}
/*MANAGER MAIN PAGE*/
.manager-col {
    margin-top: 5px;
}
.main-page-manager {
    padding-bottom: 0;
}
.main-page-manager-content {
    padding: 0 15px;
}
.main-page-manager-content-text {
    width: 75%;
    font-size: 14px;
    line-height: 20px;
    color: #565656;
}
.manager-priority {
    padding-top: 22px;
    padding-bottom: 20px;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    width: 400px;
}
.manager-priority .black-text {
    color: #000000;
}
.manager-priority .red-text {
    color: #E10F28;
}
.manager-priority:after {
    margin-top: 30px;
    content: "";
    width: 300px;
    height: 1px;
    background: #EBEBEB;
    display: flex;
}
.main-page-manager-content-text .manager-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    display: block;
}
.main-page-manager-content-text .manager-profession {
    font-size: 14px;
    line-height: 24px;
    color: #878B8F;
}
.manager-img {
    margin-top: -316px;
    margin-left: 90%;
    position: relative;
}
/*FOOTER*/
.footer-row {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    background: #16191C;
    color: #fff;
    height: 455px;
}
.footer-row a {
    color: #fff;
}
.footer-column {
    flex-direction: column;
}
.main-footer-row {
    display: flex;
    height: 377px;
    padding: 40px 0;
}
.footer-slogan-row,
.copyright {
    width: 410px;
}
.copyright-row {
    display: flex;
    height: 78px;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
}
.copyright-row:before {
    width: 100%;
    height: 1px;
    content: " ";
    background: #C4C4C4;
    display: flex;
    opacity: 0.2;
}
.copyright-row span {
    color: #6A6D71;
    font-size: 14px;
}
.copyright-row a {
    color: #C9CACC;
    font-size: 14px;
    border-bottom: 1px solid;
}
.footer-slogan {
    flex-direction: column;
    flex-wrap: nowrap;
    font-size: 18px;
    width: 210px;
    margin-left: 10px;
    padding-top: 18px;
}
.footer-slogan-links p a {
    color: #fff;
    text-transform: uppercase;
    border-bottom: 2px solid var(--global-color-primary);
}
.footer-social-links {
    margin-top: 30px;
}
.footer-social-links:before {
    width: 70px;
    height: 1px;
    content: " ";
    background: #C4C4C4;
    display: flex;
    opacity: 0.2;
    margin-bottom: 28px;
}
.footer-social-links a {
    margin-right: 20px;
}
.footer-menu {
    margin-top: 20px;
}
.first-footer-menu {
    padding-left: 15px;
}
.footer-menu h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
.footer-menu ul li a {
    color: #C9CACC;
    font-size: 16px;
    line-height: 28px;
}
.footer-mail {
    color: #C9CACC;
}
.footer-address,
.footer-work-time {
    color: #6A6D71;
    font-size: 16px;
    line-height: 24px;
}
.footer-address {
    margin: 45px 0 30px;
}
.footer-work-time {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.b24-widget-button-position-bottom-right {
    bottom: 20px!important;
    right: 20px!important;
}
.back-to-top {
    width: 65px;
    height: 65px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    cursor: pointer;
}
.to-top-button {
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    color: #fff;
    background: #E10F28;
    opacity: 0.7;
    padding: 15px 0;
}
.to-top-button:hover {
    opacity: 1;
}
.to-top-text {
    margin-top: 2px;
    font-size: 12px;
    line-height: 15px;
    text-transform: uppercase;
    font-weight: bold;
}
/* INNER */
.inner-tittle-row {
    text-align: center;
    margin-bottom: 30px;
    max-width: 75%;
    margin-left: auto;
    margin-right: auto;
}
.full-width {
    max-width: 100%;
}
.inner-tittle-row h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    color: #232323;
}
.two-columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.buyer-list-services a {
    font-weight: 500;
    font-size: 16px;
    line-height: 36px;
    text-decoration-line: underline;
    color: #232323;
}
.marker-list li {
    display: flex;
    line-height: 24px;
    align-items: center;
    margin-bottom: 12px;
}
.marker-list li:before {
    max-width: 22px;
    width: 100%;
    height: 1px;
    display: flex;
    background: #CB1119;
    content: " ";
    margin-right: 10px;
}
.video-block {
    text-align: center;
    max-width: 870px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
}
.ask-block {
    background: #e9e9eb;
    height: 400px;
}
.docs-block {
    background: #F5F7F9;
    padding: 40px 0;
}
.ask-block-subtitle {
    width: 60%;
    padding-top: 110px;
    font-weight: 900;
    font-size: 40px;
    line-height: 65px;
    margin: 10px 0 14px;
    text-transform: uppercase;
    color: #0E1D2E;
}
.ask-block img {
    position: absolute;
    left: 60%;
    margin-top: 2px;
}
.about-video-block {
    width: 80%;
    margin: auto;
    margin-bottom: 40px;
}
.about-text {
    display: flex;
    font-size: 16px;
    line-height: 28px;
}
.page-reviews .review-buttons-row {
    margin-top: -50px;
}
.services-row,
.hot-deals-row,
.reviews-row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.manager-detail {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: flex-start;
}
.manager-detail-title {
    margin-top: 0!important;
    margin-bottom: 20px;
}
.manager-detail-content {
    width: 75%;
}
.manager-detail-content h4 {
    margin: 15px 0;
}
.manager-detail-profile {
    width: 25%;
    padding-left: 30px;
    margin-top: -145px;
    text-align: right;
}
.manager-detail-profile img {
    width: 100%;
}
.manager-name {
    margin-top: 10px;
    width: 100%;
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #232323;
}
.manager-phone {
    width: 100%;
    display: block;
    font-size: 20px;
    line-height: 24px;
    text-align: right;
    color: #232323;
    margin-top: 15px;
}
.manager-mail {
    width: 100%;
    display: block;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 28px;
    text-align: right;
    text-decoration-line: underline;
    color: #232323;
}
.review-buttons-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-end;
    margin-top: -87px;
}
#text-review-button,
#video-review-button {
    margin-left: 10px;
}
.review-buttons-row .btn-secondary.active {
    color: #fff;
    background-color: var(--global-color-primary);
    border-color: var(--global-color-primary);
}
.review-first-row {
    width: 100%;
    margin: 62px 0 40px;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid rgba(199, 206, 212, 0.6);
    box-sizing: border-box;
    height: 95px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.review-first-row img {
    margin-top: -40px;
    margin-bottom: 5px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.review-header-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #565656;
}
.review-header-quote {
    font-weight: 500;
    font-size: 36px;
    line-height: 20px;
    text-align: center;
    color: #878B8F;
}
.vikup-page-title {
    font-weight: bold;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 36px;
}
.vikup_subtitle {
    text-align: center;
    margin-bottom: 45px;
}
.vikup_subtitle h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #232323;
}
.vikup_subtitle span {
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    color: #232323;
}
.vikup-partners {
    padding: 0 0 50px!important;
}
.buyer-form {
    margin-top: 35px;
}
.main {
    margin-top: 55px;
}
.title-row {
    display: flex
}
.title-row h1 {
    font-weight: bold;
    font-size: 48px;
    line-height: 65px;
    max-width: 80%;
    text-transform: uppercase;
    color: #0E1D2E;
}
.top-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin-top: 70px;
}
.top-title h1 {
    color: #fff;
    font-weight: 800;
    font-size: 64px;
    line-height: 90px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
}
.top-title span {
    font-weight: 800;
    font-size: 36px;
    line-height: 90px;
    display: flex;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
}
.content-page {
    /*min-height: 300px;*/
    height: auto;
}
.content-container {
    padding: 30px 0;
}
ol {
    list-style: none;
    counter-reset: li;
    margin-left: 28px;
}
ol li {
    position: relative;
    margin-bottom: 9px;
    padding: 3px 9px;
}
ol&gt;li:before {
    content: counter(li);
    counter-increment: li;
    text-align: center;
    display: block;
    position: absolute;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    top: 0;
    left: -28px;
    background: #C3091C;
    color: white;
    z-index: -1;
    -moz-box-shadow: 2px 2px 4px gray;
    -webkit-shadow: 2px 2px 4px gray;
    box-shadow: 2px 2px 4px gray;
    border-radius: 25px;
    font-size: 14px;
}
.page-top-banner {
    height: 350px;
    margin-top: -55px;
}
.mobile {
    display: none;
}
.desktop {
    display: flex;
}
.contacts {
    margin-right: 30px;
    width: 40%;
}
.cotacts-address {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #232323;
}
.sub-contacts {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.contacts-map {
    width: 60%;
}
.sub-contacts span {
    color: #6A6D71;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-content: center;
    align-items: center;
}
.sub-contacts span a {
    margin-left: 10px;
    color: #6A6D71;
}
.back-url {
    font-size: 16px;
    line-height: 165.95%;
    color: #E10F28;
    display: flex;
    flex-direction: row;
    align-items: center;
    align-content: center;
}
.back-url svg {
    margin-right: 10px;
    transform: rotate(180deg);
}
.personal-subtitle {
    font-weight: bold;
    font-size: 36px;
    line-height: 65px;
    margin-bottom: -30px;
    text-transform: uppercase;
    color: #0E1D2E;
}
#info-modal {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1;
    left: 0;
}
.modal-overlay {
    transition: opacity 0.2s ease-out;
    pointer-events: none;
    background: rgba(15, 23, 42, 0.8);
    position: fixed;
    opacity: 1;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
}
.modal-info {
    background: #F5F7F9;
    border: 1px solid #F0F0F0;
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
    left: 50%;
    max-width: 90%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 620px;
    text-align: left;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    z-index: 2;
    padding: 20px 60px;
    overflow-y: auto;
}
.modal-info-close {
    position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
}
.modal-info-title {
    margin-bottom: 30px;
}
.modal-info-title h2 {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    color: #232323;
    text-align: center;
}
.info-form-row {
    display: flex;
    margin-bottom: 20px;
}
.modal-info-content {
    width: 500px;
    max-width: 80vw;
}
.info-form-row input[type=text],
.info-form-row textarea {
    background: #FFFFFF;
    border: 1px solid #D9DADB;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 13px 20px;
    display: flex;
    width: 100%;
    color: #969B9F;
}
.info-form-row input::placeholder {
    color: #969B9F;
    font-size: 14px;
}
.info-form-row textarea {
    resize: none;
}
.info-form-row .right-padding {
    padding-right: 15px;
}
.info-form-row .left-padding {
    padding-left: 15px;
}
.info-form-custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.info-form-custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
    margin-right: 55px;
}
.info-form-custom-checkbox+label::before {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #D9DADB;
    border-radius: 3px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: center center;
}
.info-form-custom-checkbox:checked+label::before {
    background-image: url(/upload/images/CheckboxChecked.svg);
}
.terms-and-conditions-link {
    font-weight: normal;
    font-size: 12px;
    line-height: 16px;
    color: #7C8085;
    text-decoration: underline;
}
.form__line-required input[type="text"],
.form__line-required input[type="tel"],
.form__line-required input[type="email"] {
    border-color: #f45a57;
}
.btn-info-submit {
    width: 200px;
    height: 45px;
    left: 60px;
    top: 346px;
    font-size: 16px;
    line-height: 19px;
}
.btn-info-cancel {
    width: 170px;
    height: 45px;
    background-color: #888D92!important;
    border-color: #888D92!important;
    font-size: 16px;
    line-height: 19px;
}
.modal-info-image {
    background-image: url(/local/templates/main_template/css/images/info_img.png);
    position: absolute;
    bottom: -1px;
    width: 187;
    height: 254;
    right: -19px;
}
.modal-info-result {
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
}
.modal-info-result-text {
    margin-left: 20px;
}
.modal-info-result h4 {
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    margin-left: 20px;
}
#headerfixed.fixed {
    opacity: 1;
    display: block;
    position: fixed;
    margin: 0;
    width: 100%;
    top: 0;
    z-index: 98;
    right: 0;
    left: 0;
}
#headerfixed {
    opacity: 0;
    transition: opacity ease 10ms;
    background: #fff;
    display: none;
    box-shadow: 0 1px 5px rgb(0 0 0 / 14%);
}
#headerfixed .logo-row {
    display: table;
}
#headerfixed .inner-table-block {
    height: 59px;
    overflow: hidden;
    padding: 0 22px;
    overflow: visible;
}
.inner-table-block {
    display: table-cell;
    vertical-align: middle;
}
.nopadding {
    padding: 0!important;
}
#headerfixed .logo-row .logo img {
    width: 45px;
    height: auto;
    padding: 10px 0;
    line-height: normal;
}
.fixed-callback-button {
    font-size: 14px;
    cursor: pointer;
}
.logo-row .logo {
    display: inline-block;
    position: relative;
    line-height: 100px;
    z-index: 10;
}
#headerfixed .inner-table-block.menu-block {
    width: 950px;
}
#headerfixed .inner-table-block.menu-block .dropdown-menu {
    -webkit-box-shadow: 0px 3px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 0px 3px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 0px 3px 8px 0px rgba(34, 60, 80, 0.2);
}
#headerfixed .inner-table-block.menu-block .main_menu-row {
    background: #fff!important;
    color: #e10f28!important;
    display: block;
    position: relative;
}
#headerfixed .inner-table-block.menu-block .menu-item .fixed-menu-link {
    color: #b8081d;
    border: none;
    font-weight: 700;
    position: relative;
    text-transform: none;
    width: auto;
    vertical-align: middle;
    font-size: 0.9em;
    text-align: center;
    height: 60px;
}
#headerfixed .inner-table-block.menu-block .menu-item:hover {
    background: #fff;
}
#headerfixed .inner-table-block.menu-block .menu-item:hover a {
    text-decoration: underline;
}
.fixed-menu-tel {
    text-align: end;
    padding: 0!important;
}
.fixed-menu-tel a {
    line-height: 20px;
    font-size: 14px;
}
.fixed-menu-tel a span {
    font-weight: 600;
}
.fixed-menu-tel .btn-feedback {
    text-decoration: underline;
}
.mobile-head {
	max-height: 125px;
}
.popup_modal {
	z-index: 999!important;
}
.fixed-widget {
    position: fixed;
    bottom: 100px!important;
}
.b24-widget-button-wrapper {
	z-index: 998!important;
}
.b24-widget-button-shadow {
	z-index: 990!important;
}
#wait_comp_63c25f6ef59084b0ace4e0575305005d {
    display: none!important;
}
.block-ul li {
	width: 100%;	
}
.block-ul li:before {
	vertical-align: middle;
}
.block-ul li, .block-ul li:before, .block-ul a{
	display: inline-block;
	font-size: 14px;
}
.buyer-list-services.marker-list ul {
	font-size: 14px;
    color: #565656;
}
.page404 {
	text-align: center;
	margin: 30px;
}
.page404 h3, .page404 h4 {
	margin-bottom: 25px;
}
/* End */


/* Start:/local/templates/main_template/css/mobile.css?162825261510307*/
/*MEDIA*/
@media (max-width: 480px){
	.manager-img {
	    margin-top: -325px;
    	margin-left: 95%;
	}
	.review-buttons-row {
		margin-left: 0;
		margin-right: 0;
		margin-top: 20px!important;
	}
}
@media (min-width: 481px) and (max-width: 1023px){
	.m-w-155 {
		width: 155px;
		max-width: unset;
		flex: unset;
	}

	.manager-img {
		margin-top: -275px;
	}
}
@media (min-width: 768px) and (max-width: 1179px){
	.header-phone, .footer-phone {
		font-size: 16px;
		line-height: 22px;
	}
	.footer-slogan-row, .copyright {
		width: 300px;
	}
}
@media (min-width: 768px) and (max-width: 1023px){
	.manager-img {
		margin-top: -275px;
	}

	.main-page-video {
		height: 450px;
	    -webkit-background-size: cover;
	    background-size: cover;
	    display: flex;
	    flex-direction: row;
	    justify-content: center;
	    flex-wrap: wrap;
	    padding: 0 20px;
	}

	.main-page-video-title {
		font-size: 48px;
    	line-height: 72px;
	}
	.feedback-form-content {
		height: auto!important;
	}
	.feedback-form-img {
		display: none!important;
	}
}
@media (min-width: 768px) and (max-width: 980px){
	.manager-name {
		font-size: 15px;
	}

	.manager-priority {
		width: 100%;
	}

	.review-first-row {
		height: auto;
		padding: 10px;
	}
}
@media (min-width: 980px) and (max-width: 1023px){
	.d-block-flex {
		display: flex!important;
		flex-direction: column;
	}	
}
@media (max-width: 1023px){
	.main {
		margin-top: 0;
	}	
}
@media (max-width: 768px){
	.h3, h3 {
	    font-size: 28px;
	}
	
	.mobile {
		display: flex;
	}
	
	.desktop {
		display: none;
	}
	
	.main-page-video {
		padding: 66px 20px;
    	height: 485px;
    	background: url(/local/templates/main_template/css/../images/video-bg.png)
	      0 top no-repeat;
	    -webkit-background-size: cover;
	    background-size: cover;
	        display: flex;
	    flex-direction: row;
	    justify-content: center;
	    flex-wrap: wrap;
	}

	.main-page-video video {
		display: none;
	}

	.main-page-video-title {
		font-weight: 800;
	    font-size: 30px;
	    line-height: 48px;
	    text-align: center;
	    text-transform: uppercase;
	    color: #FFFFFF;
	    text-shadow: 0px 2px 4px rgb(0 0 0 / 20%);
	    width: auto;
	}

	.main-page-video-button .btn-primary {
		font-size: 18px;
	    padding: 10px 36px;
	    width: 235px;
	    height: 50px;
	}
	
	.review-buttons-row {
		display: flex;
		flex-direction: row;
		justify-content: center;
	}
	
	#text-review-button {
		height: 45px;
		margin-right: 20px;
		font-size: 14px;
		line-height: 17px;
		width: 145px;
	}
	
	#video-review-button {
		font-size: 14px;
		line-height: 17px;
		width: 115px;
		height: 45px;
	}
	
	.manager-row {
		display: flex;
    	flex-direction: column;
	}

	.main-page-advatages {
		background-position: 865px!important;
	}	

	.main-page-advatages-title {
		font-size: 24px;
    	line-height: 40px;
    	margin-top: 200px;
    	width: 175px;
	}

	.main-page-advatages-subtitle {
		font-size: 24px;
    	line-height: 36px;
	}

	.minimal {
		width: calc(100% + 40px)!important;
    	margin-left: -20px;
	}
	.btn-more {
		width: 220px;
	}

	.about-video-block {
		width: 100%;
	}

	.main-page-manager-content-text {
		font-size: 14px;
    	line-height: 22px;
    	width: 70%;
	}

	.breadcrumbs {
		font-size: 12px!important;
    	line-height: 15px!important;
	}

	.manager-priority {
		font-size: 14px;
	    line-height: 22px;
	    width: 90%;
	}

	.main-page-manager-content-text .manager-profession {
	    font-size: 12px;
	    line-height: 24px;
	}

	.main-page-manager-content {
		overflow: hidden;
		width: calc(100% + 20px);
	}
	
	.manager-detail {
		display: flex;
   		flex-direction: column;
	}

	.manager-detail-content {
		width: 100%;
	    order: 2;
	    margin-top: 25px;
	}

	.manager-detail-title {
		font-size: 28px;
	}

	.manager-detail-profile {
		width: 100%;
    	order: 1;
    	margin-top: 0;
    	padding-left: 0;
	}

	.manager-name, .manager-phone, .manager-mail {
		text-align: center;
	}

	.review-header-text, .review-header-quote, .review-header-quote {
		font-size: 12px;
		line-height: 16px;
	}
	
	#text-review-button, #video-review-button {
		margin-left: 0;
	}
	.reviews-bottom-text {
		margin-top: 0;
	}
		
	.review-first-row {
		height: auto;
		padding: 10px;
	}
	
	.ask-block {
		padding: 20px;
		height: 500px;
	}
	
	.ask-block-subtitle {
		width: calc(100% + 40px);
		font-size: 24px;
		line-height: 36px;
		order: 2;
		padding-top: 0;
		margin-left: -20px;
	}
	
	.ask-block .btn-advantages {
		order: 3;
		margin-left: -20px;
	}
	
	.ask-block img {
		position: relative;
		left: unset;
		order: 1;
		width: 235px;
		height: 262px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.inner-tittle-row {
		max-width: 100%;
	}
	
	.inner-tittle-row h2 {
	    font-size: 18px;
		line-height: 24px;	
		max-width: 100%;
	}
	
	.evaluation-title {
		margin-top: -30px;
		padding-bottom: 30px;
		max-width: 100%;
	}
	
	.vikup-page-title {
		font-size: 24px;
		line-height: 28px;
	}
	
	.two-columns {
		columns: 1;
		-webkit-columns: 1;
		-moz-columns: 1;
	}
	.footer-row {
		display: flex;
	    flex-direction: column;
	    flex-wrap: wrap;
	    height: auto;
	}

	.main-footer-row {
		height: auto;
	    display: flex;
	    flex-direction: column;
		padding: 20px 0;
	}
	
	.m-order-3 {
		order: 3;
	}

	.first-footer-menu {
		padding-left: 0;
	}
	
	.footer-slogan-row {
		margin-top: 25px;
		max-width: 210px;
		margin-left: auto;
    	margin-right: auto;
	}
	
	.footer-slogan {
		padding-top: 0;
		max-width: 155px;
	}
	
	.footer-slogan-links p {
		margin-bottom: 0;
	}

	.main-footer-row .logo{
		margin-top: 10px;
	}

	.footer-menu-block .m-col-1-2 {
		max-width: 150px;
	}

	.footer-slogan-links p a {
		font-weight: 300;
	    font-size: 13px;
	    line-height: 30px;
	}

	.footer-address {
		width: 100%;
		display: block!important;
		text-align: center;
		font-size: 14px;
		line-height: 20px;
		padding: 0 10px;
		margin: 15px 0;
	}
	
	.footer-work-time {
		font-size: 14px;
		line-height: 20px;
		display: block!important;
	}
	
	.footer-phone, .footer-address, .footer-work-time {
		display: flex;
		flex-direction: column;
		align-content: center;
		align-items: center;
	}
	
	.footer-phone {
		margin-top: 15px;
	}

	.footer-slogan-row, .copyright {
		width: auto;
	}
	
	.footer-menu-block {
		border-bottom: 1px solid #393a3b;
		padding-bottom: 15px;
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: space-around;
	}

	.footer-menu h4 {
		font-size: 16px;
    	line-height: 19px;
	}

	.footer-menu ul li a {
		font-size: 14px;
    	line-height: 24px;
	}

	.copyright-row:before {
		display: none;
	}
	
	.copyright {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
	}
	
	.copyright-row {
		text-align: center;
		margin-bottom: 25px;
	}
	
	.footer-social-links-row {
		display: block!important;
	}
	
	.footer-social-links {
		text-align: center;
	}
	
	.footer-social-links .vk img, .footer-social-links .yt img{
		width: 30px;
		height: 30px;
	}
	.footer-social-links img{
		width: 24px;
		height: 24px;
	}
	
	.footer-social-links a:not(:last-child) {
		margin-right: 15px;
	}
	
	.footer-social-links a:last-child {
		margin-right: 0;
	}
	
	.footer-social-links:before, .footer-social-links:after {
		width: 100%;
		height: 1px;
		content: " ";
		background: #C4C4C4;
		display: flex;
		opacity: 0.2;
		margin-bottom: 0;
	}
	
	.footer-social-links:before {
		margin-bottom: 10px;
	}
	
	.footer-social-links:after {
		margin-top: 10px;
	}
	
	.news-flex, .mobile-column {
		display: flex;
		flex-direction: column;
	}
	.mobile-order-2 {
		order:2;
	}
	.mobile-column img {
		margin-left: 15px;
		max-width: 100%;
		margin: 0!important;
		margin-bottom: 15px!important;
	}
	#headerfixed.fixed {
		display: none!important;
	}
	header {
		position: fixed;
		top: 0;
		z-index: 99;
		width: 100%;
		box-shadow: 0 1px 5px rgb(0 0 0 / 14%);
	}	
	main {
		padding-top: 78px;
	}
	.main-page-manager {
		flex-direction: column;
	}
	.main-page-manager-content-text .manager-name {
		text-align: start;
	}
	.modal-info {
		padding: 20px;
	}
	.modal-info-title h2 {
		font-size: 24px;
		line-height: 28px;
	}
}

@media (max-width: 980px) {
	#text-review-button {
		margin-right: 0;
	}
}

@media (min-width: 1024px) and (max-width: 1199px){
	.logo_and_contacts-row .row {
		justify-content: space-between;
	}

	.main_menu-row {
		display: flex!important;
	}

	.main {
		margin-top: 50px;
	}

	.table-menu table td .wrap>a {
		font-size: 13px;
		line-height: 50px;
	}

	.mobile_menu-row {
		display: none;
	}
}

@media (max-width: 1199px){
	.visible-sm, .visible-xs {
		display: block!important;
	}
	
	.logo_and_contacts-row {
		height: auto;
		min-height: 78px;
		max-height: 125px;
		padding-top: 10px;
	}

	.logo img {    
		height: auto;
		width: 55px;
		height: 60px;
	}

	.header-slogan {
		min-width: 155px;
		padding-top: 4px;
		padding-bottom: 4px;
		font-size: 13px;
		line-height: 30px;
	}

	.header-slogan-links a {
		font-size: 13px;
	}

	.header-slogan-text h4 {
		font-size: 13px;
		line-height: 20px;
	}

	.header-slogan-links p {
		margin: 0;
	}

	.header-phone {
		font-size: 13px;
		line-height: 20px;
		min-width: 150px;
		margin-left: 20px;
		padding-right: 0;
		text-align: end;
	}

	.header-feedback {
		font-size: 13px;
		line-height: 20px;
		min-width: 200px;
		text-align: left;
		margin-right: 20px;
	}

	.btn-feedback {
		width: 150px;
		font-size: 13px;
	}

	.header-work-time {
		font-size: 13px;
		line-height: 20px;
	}

	.main-page-title {
		font-size: 24px;
		line-height: 24px;
	}

	.main-page-advatages {
		background-position: 50%;
	}
	.title-row h1 {
		font-size: 28px;
    	line-height: 36px;
    	max-width: 100%;
	}

	.page-top-banner {
		height: 185px;
		margin-top: 0;
		background-position: center!important;
	}

	/*.top-title {
		margin-top: 0;
	}*/

	.top-title h1 {
		font-size: 30px;
	    line-height: 48px;
	    margin-top: 0;
	    width: 100%;
	}

	.top-title span {
		font-size: 18px;
	    line-height: 24px;
	    width: 100%;
	    display: flex;
	    justify-content: center;
	}


}
@media (max-width: 1200px){
	.visible-md, .visible-lg {
		display: flex!important;
		flex-direction: column;
	}
	.mobile-head {
		max-height: 78px;
	}
}

@media (min-width: 1280px) and (max-width: 1360px){
	.slider-right-button {
		margin-left: 95%;
	}

	.slider-left-button {
		margin-right: 95%;
	}
}
/* End */


/* Start:/local/templates/main_template/css/slick.css?16230539841776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/main_template/css/ckin.css?162304641411425*/
/*!
   ckin v0.0.1: Custom HTML5 Video Player Skins.
   (c) 2017 
   MIT License
   git+https://github.com/hunzaboy/ckin.git
*/
@font-face {
  font-family: 'ckin';
  src: url("/local/templates/main_template/css/../fonts/ckin.eot?g02cfx");
  src: url("/local/templates/main_template/css/../fonts/ckin.eot?g02cfx#iefix") format("embedded-opentype"), url("/local/templates/main_template/css/../fonts/ckin.ttf?g02cfx") format("truetype"), url("/local/templates/main_template/css/../fonts/ckin.woff?g02cfx") format("woff"), url("/local/templates/main_template/css/../fonts/ckin.svg?g02cfx#ckin") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="ckin-"], [class*=" ckin-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ckin' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ckin-compress:before {
  content: "\e901";
}

.ckin-expand:before {
  content: "\e900";
}

.ckin-play:before {
  content: "\ea1c";
}

.ckin-pause:before {
  content: "\ea1d";
}

.ckin-stop:before {
  content: "\ea1e";
}

.ckin-backward:before {
  content: "\ea1f";
}

.ckin-forward:before {
  content: "\ea20";
}

.ckin-volume-high:before {
  content: "\ea26";
}

.ckin-volume-medium:before {
  content: "\ea27";
}

.ckin-volume-low:before {
  content: "\ea28";
}

.ckin-volume-mute:before {
  content: "\ea2a";
}

video {
  width: 100%;
  height: auto;
  cursor: pointer;
}

.ckin__player {
  margin-bottom: 20px;
  font-family: "Helvetica Neue", "Calibri Light", Roboto, sans-serif;
  letter-spacing: 0.02em;
}

.ckin__player.ckin__fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10000000;
  background: #000;
  border-radius: 0 !important;
  display: -ms-flexbox;
  display: flex;
}

.ckin__overlay {
  position: relative;
}

.ckin__overlay:before {
  background: radial-gradient(ellipse at center, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
}

.ckin__overlay--2:before {
  background: rgba(24, 24, 24, 0.8);
}

.default {
  border: 0 solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
  font-size: 0;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
}

.default:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  transition: opacity .2s;
  opacity: 1;
  visibility: visible;
}

.default__title {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
}

.default__button {
  background: none;
  border: 0;
  line-height: 1;
  color: #00CF7D;
  outline: 0;
  padding: 0;
  cursor: pointer;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  max-width: 50px;
}

.default__button i {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.default__button--big {
  background: none;
  border: 0;
  line-height: 1;
  color: #00CF7D;
  text-align: center;
  outline: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
  font-size: 64px;
  transition: all .2s;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.default__slider {
  width: 10px;
  height: 30px;
}

.default__controls {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all .3s;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, transparent 100%);
  font-size: 32px;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px;
  -ms-transform: translateY(0);
      transform: translateY(0);
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-radius: 0 0 5px 5px;
}

.default.is-playing:before {
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate(-50%, -50%) scale(1.3);
      transform: translate(-50%, -50%) scale(1.3);
}

.default.is-playing .default__button--big {
  opacity: 0;
  visibility: hidden;
}

.default.is-playing .default__controls {
  -ms-transform: translateY(52px);
      transform: translateY(52px);
}

.default.is-playing:hover .default__controls {
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.default__controls > * {
  -ms-flex: 1;
      flex: 1;
}

.default .progress {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
  transition: height 0.3s;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border-radius: 4px;
}

.default .progress__filled {
  width: 0%;
  background: #00CF7D;
  -ms-flex: 0;
      flex: 0;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
  border-radius: 4px;
}

.minimal {
  border: 0 solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
  font-size: 0;
  overflow: hidden;
  cursor: pointer;
  border-bottom: 5px solid #cb1119;
  width: 100%;
}

.minimal:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  transition: opacity .2s;
  opacity: 1;
  visibility: visible;
}

.minimal__title {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
  font-style: italic;
}

.minimal__button {
  background: none;
  border: 0;
  line-height: 1;
  color: #fff;
  outline: 0;
  padding: 0;
  cursor: pointer;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  max-width: 50px;
  font-size: 18px;
}

.minimal__button i {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.minimal__button--big {
    background: #fff;
    border: 0;
    line-height: 25px;
    color: #E10F28;
    text-align: center;
    outline: 0;
    padding: 18px 16px 18px 20px;
    cursor: pointer;
    position: absolute;
    opacity: 1;
    visibility: visible;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    font-size: 22px;
    transition: all .2s ease-in;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    border-radius: 50%;
}

.minimal__button--big:before {
	width: 80px;
    height: 80px;
    background: none;
    border: 1px solid #FFFFFF;
    opacity: 0.5;
    display: block;
    content: "";
    position: absolute;
    top: -11px;
    left: -11px;
    border-radius: 50%;
}

.minimal__button--big:after {
	width: 104px;
    height: 104px;
    background: none;
    border: 1px solid #FFFFFF;
    opacity: 0.2;
    display: block;
    content: "";
    position: absolute;
    top: -23px;
    left: -23px;
    border-radius: 50%;
}

.minimal__slider {
  width: 10px;
  height: 30px;
}

.minimal__controls {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all .3s;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #242424;
  font-size: 32px;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px;
  -ms-transform: translateY(52px);
      transform: translateY(52px);
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-radius: 0 0 5px 5px;
}

.minimal.is-playing:before {
  opacity: 0;
  visibility: hidden;
}

.minimal.is-playing .minimal__button--big {
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate(-50%, -50%) scale(1.3);
      transform: translate(-50%, -50%) scale(1.3);
}

.minimal.is-playing .minimal__controls {
  -ms-transform: translateY(52px);
      transform: translateY(52px);
}

.minimal.is-playing:hover .minimal__controls {
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.minimal__controls > * {
  -ms-flex: 1;
      flex: 1;
}

.minimal .progress {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
  transition: height 0.3s;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border-radius: 4px;
}

.minimal .progress__filled {
  width: 0%;
  background: #fff;
  -ms-flex: 0;
      flex: 0;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
  border-radius: 4px;
}

.compact {
  border: 0 solid rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  position: relative;
  font-size: 0;
  overflow: hidden;
  border-radius: 5px;
  cursor: pointer;
}

.compact:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 5px;
  transition: opacity .2s;
  opacity: 1;
  visibility: visible;
}

.compact__title {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 1;
  font-size: 24px;
  color: rgba(255, 255, 255, 0.8);
}

.compact__button {
  background: none;
  border: 0;
  line-height: 1;
  color: #00CF7D;
  outline: 0;
  padding: 0;
  cursor: pointer;
  -ms-flex-pack: center;
      justify-content: center;
  display: -ms-flexbox;
  display: flex;
  max-width: 50px;
}

.compact__button i {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.compact__button--big {
  background: none;
  border: 0;
  line-height: 1;
  color: #00CF7D;
  text-align: center;
  outline: 0;
  padding: 0;
  cursor: pointer;
  position: absolute;
  opacity: 1;
  visibility: visible;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1);
  font-size: 64px;
  transition: all .2s ease-in;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.compact__slider {
  width: 10px;
  height: 30px;
}

.compact__controls {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  max-width: 400px;
  bottom: 0;
  right: 0;
  left: 50%;
  transition: all .3s;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #242424;
  font-size: 32px;
  -ms-flex-align: center;
      align-items: center;
  padding: 10px;
  -ms-transform: translateY(-20px) translateX(-50%);
      transform: translateY(-20px) translateX(-50%);
  -ms-flex-pack: justify;
      justify-content: space-between;
  border-radius: 5px;
}

.compact.is-playing:before {
  opacity: 0;
  visibility: hidden;
}

.compact.is-playing .compact__button--big {
  opacity: 0;
  visibility: hidden;
  -ms-transform: translate(-50%, -50%) scale(1.3);
      transform: translate(-50%, -50%) scale(1.3);
}

.compact.is-playing .compact__controls {
  -ms-transform: translateY(52px) translateX(-50%);
      transform: translateY(52px) translateX(-50%);
}

.compact.is-playing:hover .compact__controls {
  -ms-transform: translateY(-20px) translateX(-50%);
      transform: translateY(-20px) translateX(-50%);
}

.compact__controls > * {
  -ms-flex: 1;
      flex: 1;
}

.compact .progress {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  height: 10px;
  transition: height 0.3s;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  border-radius: 4px;
}

.compact .progress__filled {
  width: 0%;
  background: #00CF7D;
  -ms-flex: 0;
      flex: 0;
  -ms-flex-preferred-size: 0%;
      flex-basis: 0%;
  border-radius: 4px;
}

@media (max-width: 480px) {
  .ckin__player button {
    font-size: 18px;
  }
}

video::-webkit-media-controls-enclosure {
  display: none !important;
}

/* End */


/* Start:/local/templates/main_template/css/fotorama.css?162850130015151*/
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/local/templates/main_template/css/../images/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/local/templates/main_template/css/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
/* End */


/* Start:/local/templates/main_template/components/bitrix/menu/main_menu/style.css?16239354984959*/
/*TOP MENU*/

.table-menu table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
}

.table-menu table td {
    padding: 0;
    text-align: center;
    position: static;
}
.menu-item:first-child::before, .menu-item .wrap>a::after {
	content: " ";
	width: 1px;
	height: 25px;
	background: #000;
	opacity: 0.1;
	display: inline-block;
	float: right;
    margin-top: 15px;
}
.menu-item:first-child::before {
	float: left;
}
.menu-item:hover {
	background: #C3091C;
}
.main_menu-row .row {
	display: block;
}

.table-menu table td.dropdown>.wrap {
    position: relative;
}

.table-menu table td .wrap>a {
    line-height: 55px;
    color: #fff;
	text-transform: uppercase;
	width: 100%;
    display: block;
}
.mobile-menu-item.dropdown .wrap{
    margin-left: -28px;
}
.dropdown-icon {
    display: inline-block;
    padding-left: 7px;
    position: relative;
    top: -1px;
}
.table-menu table .dropdown-menu {
    margin-top: 0;
}

.table-menu table .dropdown-menu {
    border-radius: 0;
    border: none;
    margin: -1px 0 0;
    top: auto;
    padding: 15px 0;
    text-align: left;
    opacity: 0;
    min-width: 100%;
}
.table-menu table td .wrap>a:hover>.dropdown-icon {
	transform: rotateX(180deg);
}  

.dropdown-menu li, .table-menu table .dropdown-submenu {
    position: relative;
    padding: 0;
    margin-bottom: 0;
}

.table-menu table .dropdown-menu li>a {
    color: #565656;
        padding: 10px 0;
	text-transform: uppercase;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    background-color: #F5F7F9;
    box-shadow: 0px 25px 30px -15px rgba(0, 0, 0, 0.2) inset;
    background-clip: padding-box;
}

.dropdown-menu li {
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    padding: 0 30px;
}

.table-menu table td:hover>.wrap>.dropdown-menu {
    display: block;
    opacity: 1;
    animation: toggle_opacity .3s;
}

.table-menu table td .wrap>a {
    border: none;
    font-weight: 400;
    position: relative;
    width: auto;
    vertical-align: middle;
	text-transform: uppercase;
}

.table-menu table a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    white-space: nowrap;
}

.table-menu table .dropdown-menu {
    margin-top: -1px;
}

.table-menu table .dropdown-menu li>a:hover {
	color: #C3091C;
}

/* MOBILE MENU */
.mobile-menu-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 76px;
	height: 78px;
	vertical-align: middle;
    display: flex;
	z-index: 1;
}
.mobile-menu-burger {
	position: relative;
	margin: auto 20px;
	width: 36px;
	height: 36px;
	display: block;
	cursor: pointer;
}
.mobile-menu-burger span{
	width: 36px;
	height: 4px;
	background: #000;
	margin-top: 6px;
	display: block;
}
.fixed {
	position: fixed; 
	z-index: 1;
}

.mobile-menu-icon.menu-opened {
	position: fixed;
	background:#000;
}

.mobile-menu-icon.menu-opened span {
	background: #fff;
}
.mobile-menu-icon.menu-opened span:nth-child(1) {
	transform: rotate(45deg);
	margin-top: 16px;
}
.mobile-menu-icon.menu-opened span:nth-child(2) {
	display: none;
}
.mobile-menu-icon.menu-opened span:nth-child(3) {
	transform: rotate(-45deg);
	margin-top: -4px;
}
.mobile-menu-container {
	display: none;
	position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
	top: 78px;
	overflow-y: auto;
}
.mobile-menu-icon.menu-opened+.mobile-menu-container {
	display: flex;
	flex-direction: column;
}
.mobile-main-menu {
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: center;
	margin: 30px 0;
}
.mobile-table-menu table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
}
.mobile-table-menu table td {
    padding: 0;
    text-align: center;
    position: static;
}
.mobile-table-menu table td .wrap>a {
    border: none;
    position: relative;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-decoration: none;
    white-space: nowrap;
}
.mobile-dropdown-menu {
	display: none;
}
.mobile-dropdown-menu a{
	font-weight: 500;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	color: #CCCCCC;
}
.mobile-menu-item-opened, .mobile-menu-item-opened svg path{
	color: #C4091C!important;
}
.mobile-menu-item-opened svg path {
	stroke: #C4091C!important;
}
.mobile-menu-item .dropdown-icon {
	padding-left: 0;
	padding-right: 7px;
    height: 20px;
    vertical-align: middle;
    padding-top: 6px;
}

.mobile-menu-item-opened .dropdown-icon {
	transform: rotate(-90deg);
	top: -5px;
}
.mobile-menu-item-opened+.mobile-dropdown-menu {
	display: block;
}
/* End */


/* Start:/local/templates/main_template/components/bitrix/menu/fixed-main-menu/style.css?16239354604959*/
/*TOP MENU*/

.table-menu table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
}

.table-menu table td {
    padding: 0;
    text-align: center;
    position: static;
}
.menu-item:first-child::before, .menu-item .wrap>a::after {
	content: " ";
	width: 1px;
	height: 25px;
	background: #000;
	opacity: 0.1;
	display: inline-block;
	float: right;
    margin-top: 15px;
}
.menu-item:first-child::before {
	float: left;
}
.menu-item:hover {
	background: #C3091C;
}
.main_menu-row .row {
	display: block;
}

.table-menu table td.dropdown>.wrap {
    position: relative;
}

.table-menu table td .wrap>a {
    line-height: 55px;
    color: #fff;
	text-transform: uppercase;
	width: 100%;
    display: block;
}
.mobile-menu-item.dropdown .wrap{
    margin-left: -28px;
}
.dropdown-icon {
    display: inline-block;
    padding-left: 7px;
    position: relative;
    top: -1px;
}
.table-menu table .dropdown-menu {
    margin-top: 0;
}

.table-menu table .dropdown-menu {
    border-radius: 0;
    border: none;
    margin: -1px 0 0;
    top: auto;
    padding: 15px 0;
    text-align: left;
    opacity: 0;
    min-width: 100%;
}
.table-menu table td .wrap>a:hover>.dropdown-icon {
	transform: rotateX(180deg);
}  

.dropdown-menu li, .table-menu table .dropdown-submenu {
    position: relative;
    padding: 0;
    margin-bottom: 0;
}

.table-menu table .dropdown-menu li>a {
    color: #565656;
        padding: 10px 0;
	text-transform: uppercase;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    background-color: #F5F7F9;
    box-shadow: 0px 25px 30px -15px rgba(0, 0, 0, 0.2) inset;
    background-clip: padding-box;
}

.dropdown-menu li {
    line-height: 20px;
    font-size: 14px;
    font-weight: 600;
    padding: 0 30px;
}

.table-menu table td:hover>.wrap>.dropdown-menu {
    display: block;
    opacity: 1;
    animation: toggle_opacity .3s;
}

.table-menu table td .wrap>a {
    border: none;
    font-weight: 400;
    position: relative;
    width: auto;
    vertical-align: middle;
	text-transform: uppercase;
}

.table-menu table a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    white-space: nowrap;
}

.table-menu table .dropdown-menu {
    margin-top: -1px;
}

.table-menu table .dropdown-menu li>a:hover {
	color: #C3091C;
}

/* MOBILE MENU */
.mobile-menu-icon {
	position: absolute;
	top: 0;
	right: 0;
	width: 76px;
	height: 78px;
	vertical-align: middle;
    display: flex;
	z-index: 1;
}
.mobile-menu-burger {
	position: relative;
	margin: auto 20px;
	width: 36px;
	height: 36px;
	display: block;
	cursor: pointer;
}
.mobile-menu-burger span{
	width: 36px;
	height: 4px;
	background: #000;
	margin-top: 6px;
	display: block;
}
.fixed {
	position: fixed; 
	z-index: 1;
}

.mobile-menu-icon.menu-opened {
	position: fixed;
	background:#000;
}

.mobile-menu-icon.menu-opened span {
	background: #fff;
}
.mobile-menu-icon.menu-opened span:nth-child(1) {
	transform: rotate(45deg);
	margin-top: 16px;
}
.mobile-menu-icon.menu-opened span:nth-child(2) {
	display: none;
}
.mobile-menu-icon.menu-opened span:nth-child(3) {
	transform: rotate(-45deg);
	margin-top: -4px;
}
.mobile-menu-container {
	display: none;
	position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
	top: 78px;
	overflow-y: auto;
}
.mobile-menu-icon.menu-opened+.mobile-menu-container {
	display: flex;
	flex-direction: column;
}
.mobile-main-menu {
	height: 100%;
    display: flex;
    justify-content: center;
    align-items: stretch;
    align-content: center;
	margin: 30px 0;
}
.mobile-table-menu table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
}
.mobile-table-menu table td {
    padding: 0;
    text-align: center;
    position: static;
}
.mobile-table-menu table td .wrap>a {
    border: none;
    position: relative;
    vertical-align: middle;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-decoration: none;
    white-space: nowrap;
}
.mobile-dropdown-menu {
	display: none;
}
.mobile-dropdown-menu a{
	font-weight: 500;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	text-transform: uppercase;
	color: #CCCCCC;
}
.mobile-menu-item-opened, .mobile-menu-item-opened svg path{
	color: #C4091C!important;
}
.mobile-menu-item-opened svg path {
	stroke: #C4091C!important;
}
.mobile-menu-item .dropdown-icon {
	padding-left: 0;
	padding-right: 7px;
    height: 20px;
    vertical-align: middle;
    padding-top: 6px;
}

.mobile-menu-item-opened .dropdown-icon {
	transform: rotate(-90deg);
	top: -5px;
}
.mobile-menu-item-opened+.mobile-dropdown-menu {
	display: block;
}
/* End */


/* Start:/local/templates/main_template/components/bitrix/breadcrumb/main_breadcrumbs/style.css?1628496930509*/
/* BREADCRUMBS */
.breadcrumbs {
	padding: 35px 0 0;
    display: flex;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
    overflow-x: auto;
}

.breadcrumbs li {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}

.breadcrumb-link {
	color: #868D95;
	display: flex;
    align-items: center;
}

.breadcrumb-arrow {
	margin: 0 5px;
}

.breadcrumbs-row {
	display: flex
}
.breadcrumbs::-webkit-scrollbar {
    display: none;
}
/* End */


/* Start:/local/templates/main_template/components/bitrix/form.result.new/feedback_form/style.css?16264403843414*/
/*FEEDBACK FORM*/

.feedback-form-content {
	display: flex;
	height: 450px;
	background: #F5F7F9;
}

.feedback-form-title {
	font-size: 40px;
	font-weight: 700;
	color: #0E1D2E;
	text-transform: uppercase;
	line-height: 48px;
	margin-top: 51px;
}

.feedback-form-block {
	margin: 27px 0;
}

.feedback-tasks {
	font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #565656;
	display: flex;
	flex-direction: column;
	width: 330px;
}

.feedback-tasks li {
	display: flex;
	align-items: center;
}

.feedback-tasks li:before {
	width: 22px;
	height: 1px;
	display: flex;
	background: #CB1119;
	content: " ";
	margin-right: 10px;
}

.feedback-form, .feedback-form-subtitle {
	padding-left: 15px;
}

.feedback-form-img {
	width: 224px;
    height: 241px;
    display: flex;
	margin: 83px 0 0 30px;
	background: url(/local/templates/main_template/components/bitrix/form.result.new/feedback_form/images/form-image-1.png);
}
.feedback-form-img-2 {
    width: 301px;
    height: 257px;
    display: flex;
    margin: 67px 0 0 -50px;
    background: url(/local/templates/main_template/components/bitrix/form.result.new/feedback_form/images/form-image-2.png);
}
.feedback-form-subtitle {
	display: flex;
	font-weight: 500;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
	color: #0E1D2E;
	margin-bottom: 16px;
}

.feedback-form-row {
	display: flex;
	margin-bottom: 20px;
}

.feedback-form-row input[type=text], .feedback-form-row textarea {
	background: #FFFFFF;
    border: 1px solid #D9DADB;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 13px 20px;
    display: flex;
    width: 100%; 
    color: #969B9F;   
}
.feedback-form-row input::placeholder {
	color: #969B9F;
	font-size: 14px;
}

.feedback-form-row textarea {
	resize: none;
}

.feedback-form-row .right-padding {
	padding-right: 15px;
}

.feedback-form-row .left-padding {
	padding-left: 15px;
}

.feedback-form-custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.feedback-form-custom-checkbox+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
	margin-right: 55px;
}

.feedback-form-custom-checkbox+label::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #D9DADB;
	border-radius: 3px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}

.feedback-form-custom-checkbox:checked+label::before {
  background-image: url(/local/templates/main_template/components/bitrix/form.result.new/feedback_form/images/CheckboxChecked.svg);
}

.terms-and-conditions-link {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #7C8085;'
	text-decoration: underline;
}
.form__line-required input[type="text"],
.form__line-required input[type="tel"],
.form__line-required input[type="email"] {
  border-color: #f45a57;
}
@media (max-width: 768px){
	.feedback-form-content {
		height: auto;
	}
	.feedback-form-title {
		font-size: 24px;
    	line-height: 29px;
	}
	.feedback-form-block {
		display: flex;
    	flex-direction: column;
	}
	.feedback-form-img, .feedback-form-img-2 {
		display: none!important;
	}
	.feedback-form-subtitle {
		margin-top: 20px;
	    line-height: 24px;
	    padding-left: 0;
	    margin-bottom: 20px;
	}
	.feedback-form {
		padding-left: 0;
	}
	.feedback-form form {
		margin-bottom: 0!important;
	}
	.feedback-form-row {
		flex-direction: column;
	}
	.right-padding {
		padding-right: 0!important;
    	margin-bottom: 20px;
	}
	.left-padding {
		padding-left: 0!important;
	}
	#feedback-btn {
		width: 200px;
	    height: 45px;
	    margin: 22px auto -10px;
	}
}
/* End */


/* Start:/local/templates/main_template/components/bitrix/menu/bottom_menu/style.css?1623937883581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/main_template/components/bitrix/menu/bottom_menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/main_template/components/bitrix/form.result.new/callback_form/style.css?17774713843373*/
#callback-modal {
	display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1;
    left: 0;
}
.modal-overlay {
	transition: opacity 0.2s ease-out;
    pointer-events: none;
    background: rgba(15, 23, 42, 0.8);
    position: fixed;
    opacity: 1;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 1;
    display: flex;
}
.modal-callback {
	background: #F5F7F9;
    border: 1px solid #F0F0F0;
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
    left: 50%;
    max-width: 90%;
    position: relative;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 620px;
    text-align: left;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    z-index: 2;
    padding: 20px 60px;
}
.modal-callback-close {
	position: fixed;
    top: 0;
    right: 0;
    cursor: pointer;
}
.modal-callback-title {
	margin-bottom: 30px;
}
.modal-callback-title h2 {
	font-weight: 600;
    font-size: 36px;
    line-height: 48px;
    color: #232323;
}
.callback-form-row {
	display: flex;
	margin-bottom: 20px;
}
.modal-callback-content {
	width: 400px;
    max-width: 80vw;
}

.callback-form-row input[type=text], .callback-form-row textarea {
	background: #FFFFFF;
    border: 1px solid #D9DADB;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 13px 20px;
    display: flex;
    width: 100%;  
    color: #969B9F;  
}
.callback-form-row input::placeholder {
	color: #969B9F;
	font-size: 14px;
}

.callback-form-row textarea {
	resize: none;
}

.callback-form-row .right-padding {
	padding-right: 15px;
}

.callback-form-row .left-padding {
	padding-left: 15px;
}

.callback-form-custom-checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.callback-form-custom-checkbox+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
	margin-right: 55px;
}

.callback-form-custom-checkbox+label::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #D9DADB;
	border-radius: 3px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}

.callback-form-custom-checkbox:checked+label::before {
  background-image: url(/local/templates/main_template/components/bitrix/form.result.new/callback_form/images/CheckboxChecked.svg);
}

.terms-and-conditions-link {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #7C8085;
	text-decoration: underline;
}
.btn-callback-submit {
	width: 200px;
    height: 45px;
    left: 60px;
    top: 346px;
    font-size: 16px;
    line-height: 19px;
}
.btn-callback-cancel {
	width: 170px;
    height: 45px;
    background-color: #888D92!important;
    border-color: #888D92!important;
    font-size: 16px;
    line-height: 19px;
}
.modal-callback-image {
	background-image: url(/local/templates/main_template/components/bitrix/form.result.new/callback_form/images/callback_img.png);
	position: absolute;
    bottom: -1px;
    width: 187;
    height: 254;
    right: -19px;
}
.modal-callback-result {
	display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
}
.modal-callback-result-text {
	margin-left: 20px;
}
.modal-callback-result h4 {
	font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    margin-left: 20px;
}
.hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
#wait_comp_63c25f6ef59084b0ace4e0575305005d {
	display: none!important;
}
/* End */


/* Start:/local/templates/main_template/components/bitrix/form.result.new/deal-form/style.css?16285160767816*/
.deal-form {
	background: #F5F7F9;
    border: 1px solid #F0F0F0;
    box-sizing: border-box;
	margin-top: 25px;
	text-align: center;
}

.deal-form-subtitle {
	font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #232323;
    margin-bottom: 30px;
	padding: 0 15px;
}

.deal-form-row {
    display: flex;
    margin-bottom: 20px;
}
.deal-form-row input[type=text], .deal-form-row textarea, .deal-form-row select {
    background: #FFFFFF;
    border: 1px solid #D9DADB;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 13px 20px;
    display: flex;
    color: #969B9F;
}
.deal-form-row select {
    height: 45px;
    font-size: 14px;
    line-height: 18px;
    padding: 10px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/local/templates/main_template/components/bitrix/form.result.new/deal-form/images/CaretDown.png) no-repeat right center;
    background-position-x: 90%;
    background-color: #fff;
    width: 55%;
}
.deal-form-row input::placeholder {
	color: #969B9F;
	font-size: 14px;
}
.deal-form-custom-checkbox+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.deal-form-custom-checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.deal-form-custom-checkbox+label {
	display: inline-flex;
	align-items: center;
	user-select: none;
}

.deal-form-custom-checkbox+label::before {
	content: '';
	display: inline-block;
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	flex-grow: 0;
	border: 1px solid #D9DADB;
	border-radius: 3px;
	margin-right: 10px;
	background-repeat: no-repeat;
	background-position: center center;
}

.deal-form-custom-checkbox:checked+label::before {
  background-image: url(/local/templates/main_template/components/bitrix/form.result.new/deal-form/images/CheckboxChecked.svg);
}

.terms-and-conditions-link {
	font-weight: normal;
	font-size: 12px;
	line-height: 16px;
	color: #7C8085;'
	text-decoration: underline;
}
.btn-deal {
    width: 200px;
	margin-top: 13px;
}
.modal-deal-result-text {
	margin-left: 20px;
}
.modal-deal-result h4 {
	font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-left: 20px;
}
.form__line-required input[type="text"],
.form__line-required input[type="tel"],
.form__line-required input[type="email"] {
  border-color: #f45a57;
}
#wait_comp_499f34ada7a1bde7dd1bc14af5469be5 {
	display: none!important;
}
.deal-date-title {
	font-size: 14px;
    line-height: 18px;
    color: #232323;
    margin-right: 10px;
}
input[name=form_date_46] {
	width: 150px;
}
#form_dropdown_SIMPLE_QUESTION_599 {
	width: 130px;
	margin-right: 20px;
}
input[name=form_text_85], input[name=form_text_74] {
	width: 100%;
}
.calendar-icon {
	right: 40px;
}
.deal-form-row .col-full.flex {
	justify-content: space-between;
    align-items: center;
}
.modal-viewing {
	background: #fff;
    box-shadow: 0 10px 20px rgb(0 0 0 / 20%);
    left: 50%;
    position: fixed;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 830px;
    text-align: left;
    display: flex;
    flex-direction: column;
    z-index: 2;
    padding: 40px 30px 0;
	max-height: 90%;
    overflow-x: hidden;
}
.modal-viewing::-webkit-scrollbar {
  width: 0;
}
.modal-viewing-close {
	z-index: 99;
    position: fixed;
    top: 0;
    left: calc(50% - 28px);
    cursor: pointer;
}
.deal-info {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.deal-info-col {
	display: flex;
    max-width: 370px;
    flex: 0 0 370px;
    flex-direction: column;
	margin-bottom: 20px;
}
.main-deal-img {
	display: flex;
    max-width: 370px;
    flex: 0 0 370px;
    max-height: 280px;
    margin-bottom: 20px;
}
.other-deal-img {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.small-deal-img {
	display: flex;
    max-width: 110px;
    height: 80px;
    flex: 0 0 110px;
    margin-right: 20px;
	margin-bottom: 20px;
}
.small-deal-img:nth-of-type(3n) {
	margin-right: 0px!important;
}
.deal-info-price {
	font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: right;
    color: #CB1119;
    margin-bottom: 10px;
}
.deal-info-title {
	font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    text-align: right;
    color: #0E1D2E;
    margin-bottom: 20px;
}
.deal-info-address {
	font-size: 14px;
    line-height: 24px;
    text-align: right;
    color: #626262;
    margin-bottom: 15px;
}
.deal-other-info {
	display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
	margin-bottom: 15px;
}
.deal-other-info p span {
	font-size: 14px;
	line-height: 24px;
	color: #232323;
}
.deal-other-info p span.other-info-strong {
	font-weight: 600;
}
.deal-other-info p {
    overflow: hidden;
}
.deal-other-info p:after {  content:'.........................................................................................................................................';
  display: block;
  white-space: nowrap;
  overflow: hidden;
  color: #878b8f7a;
  letter-spacing: 2px;
}
.deal-other-info p span:first-of-type {
  float:left;
  margin-right: 10px;
}
.deal-other-info p span:last-of-type {
  float:right;
  margin-left: 10px;
}
.deal-description, .deal-description p{
	font-size: 14px;
    line-height: 17px;
    color: #878B8F;
    margin-bottom: 15px;
}
.deals-form {
	margin-top: 20px;
    width: calc(100% + 60px);
    margin-left: -30px;
    background: #F5F7F9;
    padding: 20px 30px;
}
.deal-manager {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
	padding: 20px 0;
	border-top: 1px solid rgba(135,139,143,0.2);
}

.deal-manager-image {
	width: 58px;
	height: 58px;
	background-position: center;
	margin-right: 16px;
	background-size: cover;
    border-radius: 50%;
}

.deal-manager-text-subtitle {
	font-size: 12px;
	line-height: 20px;
	color: #878B8F;
	display: block;
}

.deal-manager-text-title {
	font-weight: 600;
	font-size: 14px;
	line-height: 20px;
	color: #232323;
	display: block;
}
.modal-viewing-title {
	margin-bottom: 30px;
}
.modal-viewing-title h2 {
	font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    text-transform: uppercase;
    color: #232323;
    margin: 10px 0 20px;
}
.modal-viewing-title span {
	display: block;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    color: #565656;
}
.popup_modal {
	display: none;
}
.modal-deal-result {
	display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.deal-form-row .right-padding {
	padding-right: 15px;
}

.deal-form-row .left-padding {
	padding-left: 15px;
}
#viewing-modal{
	width: 100%;
	height: 100%;
	position: fixed;
    top: 0;
    z-index: 1;
    left: 0;
}
@media (max-width: 480px){	
	.deal-info-price, .deal-info-title {
		font-size: 16px;
		line-height: 20px;
	}
	.deal-info-col {
		max-width: 250px;
		flex: 0 0 250px;		
	}
}
@media (max-width: 768px){
	.deal-form-row {
		flex-direction: column;
		flex-wrap: nowrap;
	}
	.deal-form-row .col-full.flex {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
	}
	input[name=form_date_46] {
		width: 100%;
		margin: 20px 0;
	}
	.calendar-icon {
		right: 40px;
		margin-top: -84px!important;
		position: absolute!important;
	}
	#form_dropdown_SIMPLE_QUESTION_599 {
		width: 100%;
		margin-right: 0;
	}
	.deal-form-custom-checkbox+label {
		margin-top: 20px;
	}
	.deal-info-col.fotorama {
		margin-bottom: 0;
	}
}

@media (max-width: 980px){
	.modal-viewing {
	    display: flex;
		flex-direction: column;
		width: 90%;
		max-height: 88%;
		align-items: center;
		padding: 40px 0 0;
		overflow-y: auto;
	}
	.deal-info {
		display: flex;
		flex-direction: column;
		width: 100%;
		align-items: center;
		padding: 20px 20px 0;
	}
	.deals-form {
		margin-left: 0;
		width: 100%;
	}
	.main-deal-img {
		width: 280px;
		flex: 0 0 280px;
	}
}
/* End */


/* Start:/local/templates/main_template/styles.css?17815935502*/
  
/* End */


/* Start:/local/templates/main_template/template_styles.css?17815935502*/
  
/* End */
/* /local/templates/main_template/css/grid.css?162824914679570 */
/* /local/templates/main_template/css/style.css?168441488449085 */
/* /local/templates/main_template/css/mobile.css?162825261510307 */
/* /local/templates/main_template/css/slick.css?16230539841776 */
/* /local/templates/main_template/css/ckin.css?162304641411425 */
/* /local/templates/main_template/css/fotorama.css?162850130015151 */
/* /local/templates/main_template/components/bitrix/menu/main_menu/style.css?16239354984959 */
/* /local/templates/main_template/components/bitrix/menu/fixed-main-menu/style.css?16239354604959 */
/* /local/templates/main_template/components/bitrix/breadcrumb/main_breadcrumbs/style.css?1628496930509 */
/* /local/templates/main_template/components/bitrix/form.result.new/feedback_form/style.css?16264403843414 */
/* /local/templates/main_template/components/bitrix/menu/bottom_menu/style.css?1623937883581 */
/* /local/templates/main_template/components/bitrix/form.result.new/callback_form/style.css?17774713843373 */
/* /local/templates/main_template/components/bitrix/form.result.new/deal-form/style.css?16285160767816 */
/* /local/templates/main_template/styles.css?17815935502 */
/* /local/templates/main_template/template_styles.css?17815935502 */
