/*  ======================================================================
        SELECT AMOUNT
========================================================================== */
.amount {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    height: 39px;
    border: 1px solid #e0ebf7;
}

.amount__input {
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 38px;
    height: 100%;
    background-color: #fff;
    border: none;
    padding: 0;
    margin: 0;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
    color: #959595;
}

.amount__button {
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #959595;
    width: 30px;
    height: 100%;
    font-size: 15px;
    background-color: #e0ebf7;
    cursor: pointer;
    text-align: center;
    -webkit-transition: all .2s;
       -moz-transition: all .2s;
            transition: all .2s;
}

.amount__button:hover {
    background-color: #eaeaea;
}

.amount__button:before,
.amount__button:after {
    content: '';
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 7px);
    display: block;
    background-color: #000;
}

.amount__button:before {
    width: 15px;
    height: 1px;
}

.amount__button:after {
    top: calc(50% - 8px);
    left: calc(50% - 0px);
    width: 1px;
    height: 15px;
}

.amount__button--minus:after {
    display: none;
}

/*----- Media Styles -----*/
@media only screen and (max-width : 360px) {
    .amount__input { width: 34px; }
}


/*  ======================================================================
        BREADCRUMB
========================================================================== */
.section-breadcrumb {
	background: #eaeaea;
	margin-bottom: 20px;
}

.breadcrumb {
	
}

.breadcrumb__item {
	display: inline-block;
	vertical-align: top;
}

.breadcrumb__item a {

}

.breadcrumb__item a:hover {

}

.breadcrumb__item span {

}

.breadcrumb__item i {
	margin: 0 8px 0 12px;
}


/*  ======================================================================
        BUTTONS
========================================================================== */
/*----- BUTTON -----*/
.btn {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 15px 67px 13px 67px;
    margin: 0;
    border: none;
    background-color: #e6e6e6;
    font-size: 14px;
    color: #434348;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
    cursor: pointer;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active {
    background-color: #416aa6;
    color: #fff;
}

/*----- BUTTON WITH ICON  -----*/
.btn--icon-left i,
.btn--icon-right i {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: initial;
}

.btn--icon-left i {
	margin-right: 15px;
}

.btn--icon-right i {
	margin-left: 15px;
}

/*----- BASIC STYLE FOR BEFORE && AFTER   -----*/
.btn:before {
	content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
}

.btn:after {
	content: '';
    position: absolute;
    z-index: -1;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;
    -webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;
}

/*----- ANIMATION FOR BUTTONS   -----*/
.btn--e1 {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
       -moz-backface-visibility: hidden;	   
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
    padding: 15px 84px 13px 50px;
    text-align: left;
}

.btn.btn--e1:hover,
.btn.btn--e1:focus,
.btn.btn--e1:active,	
.btn.btn--e1.active {
	background-color: #213c79;
}

.btn--e1 span {
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.4s;
       -moz-transition: all 0.4s;
            transition: all 0.4s;    
}

.btn--e1:hover span,
.btn--e1:focus span,
.btn--e1:active span,	
.btn--e1.active span {
    -webkit-transform: translateX(-14px);
       -moz-transform: translateX(-14px);
        -ms-transform: translateX(-14px);
            transform: translateX(-14px); 	
}

.btn--e1:before {
    content: "\e90c";
    z-index: 2;
    top: calc(50% - 8px);
    right: 15px;
    font-family: 'font-campus';
    font-size: 11px;
    color: #f6f7fe;
}

.btn--e1:hover:before,
.btn--e1:focus:before,
.btn--e1:active:before, 
.btn--e1.active:before {
    -webkit-transform: translateX(-12px);
       -moz-transform: translateX(-12px);
        -ms-transform: translateX(-12px);
            transform: translateX(-12px);     
}

.btn--e1:after {
	width: 75px;
	height: 160%;
    z-index: 1;
    right: 0;
    top: 0px;
    background-color: #2e4b8c;
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(-20deg) translateX(25px);
       -moz-transform: rotate(-20deg) translateX(25px);
        -ms-transform: rotate(-20deg) translateX(25px);
            transform: rotate(-20deg) translateX(25px);
}

.btn--e1:hover:after,
.btn--e1:focus:after,
.btn--e1:active:after,	
.btn--e1.active:after {
    -webkit-transform: rotate(-20deg) translateX(0px);
       -moz-transform: rotate(-20deg) translateX(0px);
        -ms-transform: rotate(-20deg) translateX(0px);
            transform: rotate(-20deg) translateX(0px);
}

/*----- BUTTON LINK   -----*/
.btn-link {
    display: inline-block;
    vertical-align: top;
    padding: 15px 66px 13px 66px;
}

/*----- BUTTON YELLOW   -----*/
.btn--yellow {
    color: #434343;
    background-color: #ffcd2c;
}

.btn--yellow:hover, 
.btn--yellow:focus,
.btn--yellow:active, 
.btn--yellow.active {
    color: #434343;
    background-color: #ffdb67;
}

.btn--yellow.btn--e1:after {
    background-color: #ffdb68;
}
.btn--yellow.btn--e1:before {
    color: #434343;
}
.btn.btn--yellow.btn--e1:hover,
.btn.btn--yellow.btn--e1:focus, 
.btn.btn--yellow.btn--e1:active, 
.btn.btn--yellow.btn--e1.active {
    background-color: #ffcd2c;
}

/*----- BUTTON ROUNDED && CIRCLE   -----*/
.btn--rounded {
	border-radius: 5px !important;
}

.btn--circle {
	border-radius: 30px !important;
}


/* ==================================================================================
        CALENDAR
   ================================================================================== */
.calendar {
	padding: 32px 36px;
	background-color: #f3f2f2;
}

.calendar__top {
	white-space: nowrap;
	font-size: 0;
}

.calendar__table {
	width: 100%;
    table-layout: fixed;
}

.calendar__table th {
	height: 32px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: bold;
	color: #28a977;
	text-transform: uppercase;
	text-align: center;
}

.calendar__table td {
	height: 40px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
	background-color: #fff;
	color: #7d7d7d;
}

.calendar__table td.calendar__other-month {
	background-color: #f3f2f2;
	color: #c7c7c7;
}
.calendar__table td.calendar__weekend {
	color: #28a977;
}
.calendar__table td.calendar__today {
	background-color: #dcdcdc;
}

.calendar__table a {
    display: block;
    height: 100%;
    line-height: 39px;
    text-decoration: none !important;
    background-color: #28a977;
    color: #fff;
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
            transition: all 0.2s;
}

.calendar__table a:hover {
    background-color: #46ce99;
}

/*----- Select -----*/
.calendar__top .select {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	border: none;
}

.calendar__top .select:first-child {
	width: calc(70% - 2px);
	margin-right: 4px;
}

.calendar__top .select:last-child {
	width: calc(30% - 2px);
}

.calendar__top .select__title {
	font-size: 14px;
	font-weight: bold;
	color: #434343;
	text-transform: uppercase;
}

.calendar__top .select:first-child .select__list {
	height: 300px;
	overflow-y: auto;
}

.select__item.active {
	
}
/* ==================================================================================
        DOCUMENT
   ================================================================================== */
.doc {
    margin-left: 0px;
    margin-bottom: 10px;
}

.doc__item {
    padding: 0;
    margin: 0;
    padding: 15px 0 15px 44px;
}

.doc__item:last-child {
    border-bottom: 0;
}

.doc__item:before {
    display: none;
}

.doc__link {
    color: #007dbc;
    font-size: 16px;
    text-decoration: underline;
}

.doc__link:hover {
    text-decoration: none;
    color: #007dbc;
}

.doc__link[href$=".pdf"], 
.doc__link[href$=".doc"], 
.doc__link[href$=".docx"],
.doc__link[href$=".rtf"],
.doc__link[href$=".rar"],
.doc__link[href$=".rar"],
.doc__link[href$=".xls"],
.doc__link[href$=".ppt"],
.doc__link[href$=".pptx"]{
    position: relative; 
    display: inline-block;
    padding: 0px 0px 0px 45px;
    line-height: 20px !important;
}

.doc__link[href$=".pdf"]:before, 
.doc__link[href$=".doc"]:before, 
.doc__link[href$=".docx"]:before,
.doc__link[href$=".rtf"]:before,
.doc__link[href$=".rar"]:before,
.doc__link[href$=".rar"]:before,
.doc__link[href$=".xls"]:before,
.doc__link[href$=".ppt"]:before,
.doc__link[href$=".pptx"]:before{
    position: absolute;
    top: -1px;
    left: 0;
    font: 22px 'FontAwesome';
    color: #606060;
}

.doc__link[href$=".pdf"]:before{
    content: "\f1c1";
}
.doc__link[href$=".djvu"]:before{
    content: "\f1c1";
}
.doc__link[href$=".djv"]:before{
    content: "\f1c1";
}
.doc__link[href$=".doc"]:before{
    content: "\f1c2";
}
.doc__link[href$=".docx"]:before{
    content: "\f1c2";
}
.doc__link[href$=".rtf"]:before{
    content: "\f1c2";
}
.doc__link[href$=".rar"]:before{
    content: "\f1c6";
}
.doc__link[href$=".rar"]:before{
    content: "\f1c6";
}
.doc__link[href$=".xls"]:before{
    content: "\f1c3";
}
.doc__link[href$=".xlsx"]:before{
    content: "\f1c3";
}
.doc__link[href$=".ppt"]:before{
    content: "\f1c4";
}
.doc__link[href$=".pptx"]:before{
    content: "\f1c4";
}
/*  ======================================================================
        FORM ELEMENTS
========================================================================== */
.form {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.form input, 
.form textarea,
.form select {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #d3d3d3;
    width: 100%;
    height: 46px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
    color: #434343;
    margin-bottom: 18px;
    outline: none !important;
    background-color: transparent;
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
            transition: all 0.2s;
}

.form textarea {
    height: 145px;
    resize: vertical;
    padding: 10px 20px;
}

.form label {
    display: block;
}

.form input[type='text']:focus,
.form input[type='email']:focus,
.form select:focus,
.form textarea:focus {
    border-color: #213c79;
}
/*  ======================================================================
        HOVER EFFECT - 1
========================================================================== */
.hover-e1,
.hover-e1-span span {
	display: inline-block;
    vertical-align: middle;
	position: relative;
	overflow: hidden;
	text-decoration: none !important;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s; 
}

.hover-e1:before,
.hover-e1-span span:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 1px;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
    -webkit-transform: translateX(-102%);
       -moz-transform: translateX(-102%);
        -ms-transform: translateX(-102%);
            transform: translateX(-102%); 
    background-color: #28a977;
}

.hover-e1:hover:before,
.hover-e1-span:hover span:before {
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);	
}


/*  ======================================================================
        ICON ELEMENTS
========================================================================== */

.db-icon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.db-icon--angle-left,
.db-icon--angle-right {
	width: 38px;
	height: 43px;
	background: url('../img/icons/icon-angle.png');
}

.db-icon--angle-left {
	background-position: 0 0;
}

.db-icon--angle-right {
	background-position: -38px 0px;
}

.db-icon--angle-left:before,
.db-icon--angle-right:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url('../img/icons/icon-angle.png');
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
	opacity: 0;
}
.db-icon--angle-left:before {
	background-position: 0 -43px; 
}

.db-icon--angle-right:before {
	background-position: -38px -43px; 
}




.db-icon--basket {
	width: 38px;
	height: 38px;
	background: url('../img/icons/icon-basket.png') center center no-repeat;
}

.db-icon--basket:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url('../img/icons/icon-basket-y.png') center center no-repeat;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
	opacity: 0;	
}

a:hover .db-icon--basket:before {
	opacity: 1;
}

.db-icon--basket-b {
	width: 38px;
	height: 38px;
	background: url('../img/icons/icon-basket-b.png') center center no-repeat;
}


.db-icon--rub {
	width: 13px;
	height: 17px;
	background: url('../img/icons/icon-rub.png') center center no-repeat;
}

.db-icon--rub-y {
	width: 13px;
	height: 17px;
	background: url('../img/icons/icon-rub-y.png') center center no-repeat;
}

.db-icon--rub-b {
	width: 13px;
	height: 17px;
	background: url('../img/icons/icon-rub-b.png') center center no-repeat;
}



.db-icon--shop {
	width: 19px;
	height: 16px;
	background: url('../img/icons/icon-shop.png') center center no-repeat;
}

.db-icon--shop:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: url('../img/icons/icon-shop-r.png') center center no-repeat;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
			transition: all 0.3s;
	opacity: 0;	
}

.btn:hover .db-icon--shop:before {
	opacity: 1;
}


.input-file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}
/*  ======================================================================
        MODAL WINDOW
========================================================================== */
.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    max-width: 510px;
    width: 100%;
    min-width: 320px;
    z-index: 2000;
    visibility: hidden;
    -webkit-transform: translateX(-50%) translateY(-50%);
       -moz-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
}

.md-show {
    visibility: visible;
}

/*--------- Modal Window - Close ---------*/
.md-close {
    position: absolute;
    top: -1px;
    right: 0px;
    width: 40px;
    height: 40px;
    padding: 12px;
    background-color: #000;
    text-decoration: none;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
    cursor: pointer;
}

.md-close.fixed-top {
    position: fixed;
}

.md-close svg {
    display: block;
    fill: #fff;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}

.md-close:hover svg {
    fill: #f00;
}

/*--------- Modal Window - Overlay ---------*/
.md-overlay {
    position: fixed;
    visibility: hidden;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    opacity: 0;
    background: #000;
    cursor: pointer;
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}

.md-overlay.md-show {
    opacity: .6;
    visibility: visible;
}

/*--------- Modal Window - Animation window ---------*/
.md-modal .md-content {
    opacity: 0;
    -webkit-transform: scale(0.7);
       -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transition: all 0.3s;
       -moz-transition: all 0.3s;
            transition: all 0.3s;
}

.md-show.md-modal .md-content {
    opacity: 1;
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}

/*--------- Modal Window - Content ---------*/
.md-top {
    margin-bottom: 18px;
}

.md-content {
    position: relative;
    background-color: #fff;
    color: #434343;
    padding: 26px 32px 30px 32px;
}

.md-title {
    font-size: 22px;
    color: #213c79;
    text-align: center;
}


/*  ======================================================================
        NEWS ARTICLE
========================================================================== */
.news-article {
	position: relative;
}

.news-article.news-article--img {
	white-space: nowrap;
	font-size: 0;
}

.news-article__img {
	display: inline-block;
	vertical-align: top;
	width: 180px;
	height: 180px;
	margin-right: 16px;
}

.news-article__img + .news-article__content {
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 196px);
	white-space: normal;
	font-size: 14px;
}

.news-article__meta {
	margin-bottom: 10px;
}

.news-article__date-post {
	font-size: 12px;
	color: #7d7d7d;
}

.news-article__title {
	display: inline-block;
	margin-bottom: 17px;
	font-size: 16px;
	font-weight: bold;
	color: #128256;
	text-decoration: none !important;
	text-transform: uppercase;
    -webkit-transition: all 0.2s;
       -moz-transition: all 0.2s;
            transition: all 0.2s;
}

a.news-article__title:hover {
	color: #f2c43d
}

.news-article__text {
	margin-bottom: 21px;
}

/*  ======================================================================
        CUSTOM SELECT
========================================================================== */
.select {
    position: relative;
    display: inline-block;
    width: 100%;
    border: 1px solid #d3d3d3;
    text-align: left;
}

.select__title {
    position: relative;
    width: 100%;
    padding: 11px 18px 9px 18px;
    background: #fff;
    font-size: 15px;
    color: #6B6A6A;
    cursor: pointer;
}

.select__title:after {
    content: '\f107';
    position: absolute;
    right: 18px;
    top: 50%;
    display: inline-block;
    vertical-align: middle;
    margin-top: -7px;
    font: 15px 'FontAwesome';
    color: #525252;
}

.select__title.active:after {
    content: '\f106';
}

.select__placeholder {
    color: #A5A5A5;
}

.select__list {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 99;
    left: -1px;
    width: calc( 100% + 2px );
    background-color: #fff;
    border: 1px solid #d3d3d3;
    -webkit-transition: all .2s ease;
       -moz-transition: all .2s ease;
            transition: all .2s ease;
    -webkit-transform: translateY(18px);
       -moz-transform: translateY(18px);
            transform: translateY(18px);
}

.select__list.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transform: translateY(2px);
       -moz-transform: translateY(2px);
            transform: translateY(2px);
}

.select__item {
    position: relative;
    display: block;
    padding: 10px 18px 8px 18px;
    text-decoration: none;
    color: #434343;
}


.select__item.active,
.select__item:hover {
    text-decoration: none;
    background-color: #EFECEC;
    cursor: pointer;
}

.select__item.active {
    margin-left: -1px;
    margin-right: -1px;
    background-color: #213c79;
    color: #fff;
}


/*  ======================================================================
        BASIC ELEMENTS: TABS
========================================================================== */
.tabs:not(:last-child),
.tabs-2:not(:last-child) {
    margin-bottom: 30px;
}

.tabs .tabs__caption,
.tabs-2 .tabs__caption {
    font-size: 0;
    margin: 0;
    padding: 0;
}

.tab__link {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}

.tab__link:before {
  display: none;
}

.tabs__content {
    border: 1px solid #dfdfdf;
    background-color: #fff;
}

.tab__content {
    display: none;
    padding: 30px 40px;
    font-size: 14px;
    color: #434343;
}

.tabs__content .tab__content p {
    font-size: inherit;
    color: inherit;
}

.tab__content.active {
    display: block;
}

/*----- tabs #1 -----*/
.tabs .tab__link {
    font-size: 14px;
    font-weight: 300;
    color: #434343;
    padding: 15px 30px;
    margin: 0 1px;
    background-color: #f6f7fe;
}

.tabs .tab__link:hover,
.tabs .tab__link.active {
   background-color: #213c79;
   color: #fff;
}

/*----- tabs #1 vertical -----*/
.tabs.tabs--vertical {
    display: table;
}

.tabs.tabs--vertical .tabs__caption {
    display: table-cell;
    vertical-align: top;
    width: auto;
}

.tabs.tabs--vertical .tab__link {
    display: block;
    white-space: nowrap;
    margin: 2px 0;
}

.tabs.tabs--vertical .tabs__content {
    display: table-cell;
}

/*----- tabs #1 inverse -----*/
.tabs.tabs--inverse .tab__link {
    background-color: #2f4d90;
    color: #fff;
}

.tabs.tabs--inverse .tab__link:hover,
.tabs.tabs--inverse .tab__link.active {
  background-color: #fff;
  color: #213c79;
}

.tabs.tabs--inverse .tabs__content {
    border: none;
}

/*----- tabs #2 -----*/
.tabs-2 .tab__link {
    padding: 0;
    padding-bottom: 5px;
    margin: 0 40px;
    border-bottom: 1px dashed transparent;
    font-size: 18px;
    color: #a0a0a0;
    text-transform: uppercase;
}

.tabs-2 .tab__link:hover,
.tabs-2 .tab__link.active {
   border-color: #000;
   color: #000;
}

.tabs-2 .tabs__content {
    border: none;
    background-color: transparent;
}

.tabs-2 .tab__content {
    padding: 35px 0px;
}

.tab__link:first-child {
    margin-left: 0;
}

.tab__link:last-child {
    margin-right: 0;
}

.tabs.tabs--vertical .tab__link:first-child {
    margin-top: 0;
}

.tabs.tabs--vertical .tab__link:last-child {
    margin-bottom: 0;
}

@media only screen and (max-width : 991px) {
    .tabs__caption {
        display: table;
        width: 100%;
        table-layout: fixed;
    }
    .tabs .tab__link { display: table-cell; }
    .tabs-2 .tab__link { display: inline-block; }
}
@media only screen and (max-width : 767px) {
    .tabs .tab__link {
        display: inline-block;
        width: calc(50% - 1px);
        margin-bottom: 1px;
    }
    .tabs .tab__link:nth-child(odd){ margin-left: 0; }
    .tabs .tab__link:nth-child(even){ margin-right: 0; }
    .tabs-2 .tab__link {
        display: inline-block;
        width: auto;
    }
    .tabs.tabs--vertical .tab__link { width: auto; }
}
@media only screen and (max-width : 600px) {
    .tabs.tabs--vertical,
    .tabs.tabs--vertical .tabs__caption {
        display: block;
    }
    .tabs.tabs--vertical .tab__link {
        display: inline-block;
        width: calc(50% - 1px);
        margin: 0 1px;
        margin-bottom: 1px;
    }
    .tabs.tabs--vertical .tab__link:nth-child(odd){ margin-left: 0; }
    .tabs.tabs--vertical .tab__link:nth-child(even){ margin-right: 0; }
    .tabs-2 .tab__link {
        margin: 0 15px;
        font-size: 14px;
    }
    .tabs-2 .tab__link:first-child { margin-left: 0; }
}
@media only screen and (max-width : 480px) {
    .tabs .tab__link,
    .tabs.tabs--vertical .tab__link,
    .tabs-2 .tab__link {
        display: block;
        width: 100%;
        margin: 0;
        margin-bottom: 1px;
    }
    .tabs-2 .tab__link { margin-bottom: 10px; }
}
/*  ======================================================================
        BUTTON "TO-TOP"
========================================================================== */
.to-top {
    position: fixed;
    z-index: 9999;
    right: 26.5px;
    bottom: 50px;
    width: 40px;
    height: 90px;
    border-radius: 4px;
    background-color: #ffcd2b;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s;
       -moz-transition: all .4s;
            transition: all .4s;
}

.to-top.active {
    opacity: 1;
    visibility: visible;
}

.to-top__text {
    position: absolute;
    top: 50px;
    left: 0px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 13px;
    color: #383838;
    -webkit-transform: rotate(-90deg);
       -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}

.to-top__icon {
    position: absolute;
    top: 12px;
    left: 13px;
    width: 13px;
    height: 13px;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}

.to-top:hover .to-top__icon {
    -webkit-transform: translateY(5px);
       -moz-transform: translateY(5px);
            transform: translateY(5px);
}

.to-top__icon svg {
    display: block;
    fill: #383838;
}
.widget-search__form {
   display: block;
   position: relative;
}

.widget-search__form input {
   width: 100%;
   height: 38px !important;
   padding-left: 22px;
   padding-right: 46px;
   border: 1px solid #ccc;
   font-size: 14px;
   font-weight: normal;
   color: #434343;
   -webkit-transition: all .3s;
      -moz-transition: all .3s;
           transition: all .3s;
}

.widget-search__form input:focus {
    border-color: #515151;
}

.widget-search__form button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 46px;
    height: 100%;
    padding: 0;
    border: none;
    font-size: 16px;
    background: transparent !important;
    color: #ccc;
    -webkit-transition: all .3s;
       -moz-transition: all .3s;
            transition: all .3s;
}

.widget-search__form button:hover {
    color: #515151;
}