﻿@charset "UTF-8";
.moto-color1 {
  color: #1e3685;
}
.moto-color1_1 {
  color: #0e8680;
}
.moto-color1_2 {
  color: #119d96;
}
.moto-color1_3 {
  color: #0674d9;
}
.moto-color1_4 {
  color: #16cbc2;
}
.moto-color1_5 {
  color: #1e3685;
}
.moto-color2 {
  color: #1e3685;
}
.moto-color2_1 {
  color: #002f33;
}
.moto-color2_2 {
  color: #00474d;
}
.moto-color2_3 {
  color: #1e3685;
}
.moto-color2_4 {
  color: #007780;
}
.moto-color2_5 {
  color: #008e99;
}
.moto-color3 {
  color: #00293f;
}
.moto-color3_1 {
  color: #00070a;
}
.moto-color3_2 {
  color: #001724;
}
.moto-color3_3 {
  color: #00293f;
}
.moto-color3_4 {
  color: #003857;
}
.moto-color3_5 {
  color: #004970;
}
.moto-color4 {
  color: #bdbdbd;
}
.moto-color4_1 {
  color: #a3a3a3;
}
.moto-color4_2 {
  color: #b0b0b0;
}
.moto-color4_3 {
  color: #bdbdbd;
}
.moto-color4_4 {
  color: #c9c9c9;
}
.moto-color4_5 {
  color: #d6d6d6;
}
.moto-color5 {
  color: #f2f5f7;
}
.moto-color5_1 {
  color: #d3dde4;
}
.moto-color5_2 {
  color: #e3e9ee;
}
.moto-color5_3 {
  color: #f2f5f7;
}
.moto-color5_4 {
  color: #ffffff;
}
.moto-color5_5 {
  color: #ffffff;
}
.moto-color_custom1 {
  color: #000000;
}
.moto-color_custom2 {
  color: #2b2f40;
}
.moto-color_custom3 {
  color: #666c84;
}
.moto-color_custom4 {
  color: #2ab5f6;
}
.moto-color_custom5 {
  color: #f1f1f1;
}
.moto-bg-color1 {
  background: #1e3685;
}
.moto-bg-color1_1 {
  background: #0e8680;
}
.moto-bg-color1_2 {
  background: #119d96;
}
.moto-bg-color1_3 {
  background: #1e3685;
}
.moto-bg-color1_4 {
  background: #16cbc2;
}
.moto-bg-color1_5 {
  background: #1e3685;
}
.moto-bg-color2 {
  background: #1e3685;
}
.moto-bg-color2_1 {
  background: #002f33;
}
.moto-bg-color2_2 {
  background: #00474d;
}
.moto-bg-color2_3 {
  background: #1e3685;
}
.moto-bg-color2_4 {
  background: #007780;
}
.moto-bg-color2_5 {
  background: #008e99;
}
.moto-bg-color3 {
  background: #00293f;
}
.moto-bg-color3_1 {
  background: #00070a;
}
.moto-bg-color3_2 {
  background: #001724;
}
.moto-bg-color3_3 {
  background: #1e3685;
}
.moto-bg-color3_4 {
  background: #003857;
}
.moto-bg-color3_5 {
  background: #004970;
}
.moto-bg-color4 {
  background: #bdbdbd;
}
.moto-bg-color4_1 {
  background: #a3a3a3;
}
.moto-bg-color4_2 {
  background: #b0b0b0;
}
.moto-bg-color4_3 {
  background: #bdbdbd;
}
.moto-bg-color4_4 {
  background: #c9c9c9;
}
.moto-bg-color4_5 {
  background: #d6d6d6;
}
.moto-bg-color5 {
  background: #f2f5f7;
}
.moto-bg-color5_1 {
  background: #d3dde4;
}
.moto-bg-color5_2 {
  background: #e3e9ee;
}
.moto-bg-color5_3 {
  background: #f2f5f7;
}
.moto-bg-color5_4 {
  background: #ffffff;
}
.moto-bg-color5_5 {
  background: #ffffff;
}
.moto-bg-color_custom1 {
  background: #000000;
}
.moto-bg-color_custom2 {
  background: #2b2f40;
}
.moto-bg-color_custom3 {
  background: #666c84;
}
.moto-bg-color_custom4 {
  background: #2ab5f6;
}
.moto-bg-color_custom5 {
  background: #f1f1f1;
}


.up-header-phone {text-align:right;}

.carousel-item-active{
    visibility: visible!important;
    display: contents!important;
}

#maps{
    width: 35px;
    height: 35px;
    display: none;
    border-radius: 35px;
    position: absolute;
    top:5px;
    right: 5px;
    color: white;
    z-index: 99999;
    cursor: pointer;
}
#maps>i{
    font-size: 2.5em;
    padding: 5px;
}
#headNavigatorBar{
    position: absolute;
    height:0px;
    transition: height .3s ease-in-out;
    line-height: 40px;
    overflow: hidden;
    top: 50px;
    left: 0px;
    width: 100%;
    z-index: 99;
    background-color: rgba(255,255,255,0.95);
    box-shadow: 0px 0px 3px rgba(30,55,143,1);
}
.hnb-show {
    transition: height .3s ease-in-out;
    height: 90px!important;
}
.hnb-items{
    list-style:none;
    margin: 0 auto;
    max-width: 320px;
}
.hnb-item{
    padding: 2px;
    text-align:center;
}
.hnb-item>a{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: bold;
    color:#0263b2;
}
.hnb-item img{
    height: 25px;
    width: 25px;
    border-radius: 25px;
}




@media screen and (min-width: 1039px) {
  .moto-parallax,
  .moto-background-fixed {
    background-attachment: fixed;
  }
}
.moto-spacing-top-auto {
  padding-top: initial;
}
.moto-spacing-top-zero {
  padding-top: 0;
}
.moto-spacing-top-small {
  padding-top: 20px;
}
.moto-spacing-top-medium {
  padding-top: 20px;
}
.moto-spacing-top-large {
  padding-top: 100px;
}
.moto-spacing-bottom-auto {
  padding-bottom: initial;
}
.moto-spacing-bottom-zero {
  padding-bottom: 0;
}
.moto-spacing-bottom-small {
  padding-bottom: 20px;
}
.moto-spacing-bottom-medium {
  padding-bottom: 45px;
}
.moto-spacing-bottom-large {
  padding-bottom: 100px;
}
.moto-spacing-left-auto {
  padding-left: initial;
}
.moto-spacing-left-zero {
  padding-left: 0;
}
.moto-spacing-left-small {
  padding-left: 20px;
}
.moto-spacing-left-medium {
  padding-left: 45px;
}
.moto-spacing-left-large {
  padding-left: 100px;
}
.moto-spacing-right-auto {
  padding-right: initial;
}
.moto-spacing-right-zero {
  padding-right: 0;
}
.moto-spacing-right-small {
  padding-right: 20px;
}
.moto-spacing-right-medium {
  padding-right: 45px;
}
.moto-spacing-right-large {
  padding-right: 100px;
}
@media (max-width: 1039px) {
  .moto-spacing-top-small {
    padding-top: 10px;
  }
  .moto-spacing-top-medium {
    padding-top: 25px;
  }
  .moto-spacing-top-large {
    padding-top: 60px;
  }
  .moto-spacing-bottom-small {
    padding-bottom: 10px;
  }
  .moto-spacing-bottom-medium {
    padding-bottom: 25px;
  }
  .moto-spacing-bottom-large {
    padding-bottom: 60px;
  }
  .moto-spacing-left-small {
    padding-left: 10px;
  }
  .moto-spacing-left-medium {
    padding-left: 25px;
  }
  .moto-spacing-left-large {
    padding-left: 60px;
  }
  .moto-spacing-right-small {
    padding-right: 10px;
  }
  .moto-spacing-right-medium {
    padding-right: 25px;
  }
  .moto-spacing-right-large {
    padding-right: 60px;
  }
}
@media (max-width:1024px){
    #maps{
        display:block!important;
    }
}
@media (min-width:767px) and (max-width:1265px){
    .up-header-txt{
        text-align: left;
    }
}
@media (max-width: 768px) and (max-width: 1038px) {

	.wrapper6667{
        display: block!important;
        visibility: visible!important;
        height: 350px;
	}
    .wrapper6667 .moto-widget-button.moto-preset-2 .moto-widget-button-link.moto-size-large {
        font-size: 16px;
        min-width: auto!important;
    }
	#mainFormVideo{
	    display:none;
	}
}
@media (max-width: 767px) {


	.wrapper6667{
        display: block!important;
        visibility: visible!important;
        height: 350px;
	}
	#mainFormVideo{
	    display:none;
	}
	
	.logo_img {display:block;text-align:center;}
	.up-header-phone {text-align:center;    font-size: 2rem !important;}
  .moto-spacing-top-small {
    padding-top: 15px;
  }
  .moto-spacing-top-medium {
    padding-top: 30px;
  }
  .moto-spacing-top-large {
    padding-top: 50px;
  }
  .moto-spacing-bottom-small {
    padding-bottom: 15px;
  }
  .moto-spacing-bottom-medium {
    padding-bottom: 30px;
  }
  .moto-spacing-bottom-large {
    padding-bottom: 50px;
  }
  .moto-spacing-left-small {
    padding-left: 15px;
  }
  .moto-spacing-left-medium {
    padding-left: 30px;
  }
  .moto-spacing-left-large {
    padding-left: 50px;
  }
  .moto-spacing-right-small {
    padding-right: 15px;
  }
  .moto-spacing-right-medium {
    padding-right: 30px;
  }
  .moto-spacing-right-large {
    padding-right: 50px;
  }
  
}
@media (max-width: 479px) {
  .moto-spacing-top-small {
    padding-top: 15px;
  }
  .moto-spacing-top-medium {
    padding-top: 25px;
  }
  .moto-spacing-top-large {
    padding-top: 40px;
  }
  .moto-spacing-bottom-small {
    padding-bottom: 15px;
  }
  .moto-spacing-bottom-medium {
    padding-bottom: 25px;
  }
  .moto-spacing-bottom-large {
    padding-bottom: 40px;
  }
  .moto-spacing-left-small {
    padding-left: 15px;
  }
  .moto-spacing-left-medium {
    padding-left: 25px;
  }
  .moto-spacing-left-large {
    padding-left: 40px;
  }
  .moto-spacing-right-small {
    padding-right: 15px;
  }
  .moto-spacing-right-medium {
    padding-right: 25px;
  }
  .moto-spacing-right-large {
    padding-right: 40px;
  }
}
h1 {
  margin: 0.67em 0;
}
h2 {
  margin: 0em 0;
}
h3 {
  margin: 0em 0;
}
h4 {
  margin: 0em 0;
}
.moto-container_content_5bc701781 {
  margin-top: 15px;
  margin-bottom: 15px;
  margin-left: 15px;
  margin-right: 15px;
  border-style: solid;
  border-color: #ffffff;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
}




.moto-container_content_5bc6eda71 {
  border-style: solid;
  border-color: #ffffff;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
}
.moto-container_content_5bc6eda72 {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #00293f;
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
}

.moto-container_content_5bc6e66f5 {
  border-style: solid;
  border-color: #ffffff;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
}
.moto-container_content_5bc6e66f6 {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #00293f;
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
}

.moto-text_347 {
  font-weight: 500;
  color: #00293f;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0px;
}
.moto-text_347 a {
  color: #00293f;
  text-decoration: none;
  font-weight: 600;
}
.moto-text_347 a:hover {
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_347 {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_347 {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 575px){
    p.up-header-txt{
        text-align: center!important;
    }
}
@media (max-width: 479px) {
  .moto-text_347 {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-container_content_5bc6e2a72 {
  border-style: solid;
  border-color: #ffffff;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
}
.moto-container_content_5bc6e2a73 {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #00293f;
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
}

.moto-text_343 {
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  font-size: 24px;
  line-height: 2.2;
  letter-spacing: 0px;
}
.moto-text_343 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
}
.moto-text_343 a:hover {
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_343 {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_343 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_343 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0px;
  }
}

.moto-text_341 {
  font-weight: 600;
  font-style: normal;
  color: #00293f;
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0px;
}
.moto-text_341 a {
  color: #00293f;
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
}
.moto-text_341 a:hover {
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_341 {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_341 {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_341 {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_340 {
  font-weight: 600;
  font-style: normal;
  color: #00293f;
  font-size: 46px;
  line-height: 1;
  letter-spacing: 0px;
  font-family: 'ekibastuz', sans-serif;
}
.moto-text_340 a {
  color: #1e3685;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_340 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_340 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_340 {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_340 {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
.moto-text_339 {
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moto-text_339 a {
  color: #1e3685;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_339 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_339 {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_339 {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_339 {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-container_content_5bc63aae3 {
  border-style: solid;
  border-color: #ffffff;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
}
.moto-text_337 {
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moto-text_337 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-style: normal;
}

@media (max-width: 1039px) {
  .moto-text_337 {
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_337 {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_337 {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_336 {
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moto-text_336 a {
  color: #1e3685;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}

@media (max-width: 1039px) {
  .moto-text_336 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_336 {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_336 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-container_content_5bc636bc2 {
  padding-left: 20px;
  padding-right: 20px;
  background-color: #1e3685;
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
  padding-top: 10px;
  padding-bottom: 20px;
}
.moto-text_332 {
  font-weight: 500;
  font-style: normal;
  color: #1e3685;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0px;
}
.moto-text_332 a {
  color: #1e3685;
  text-decoration: none;
  font-weight: 500;
  font-style: normal;
}

@media (max-width: 1039px) {
  .moto-text_332 {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_332 {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_332 {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0px;
  }
}
.moto-text_331 {
  font-weight: 600;
  font-style: italic;
  color: #666c84;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moto-text_331 a {
  color: #1e3685;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}

@media (max-width: 1039px) {
  .moto-text_331 {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_331 {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_331 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_330 {
  font-weight: 600;
  font-style: normal;
      font-family: 'ekibastuz', sans-serif;
  color: #ffffff;
  font-size: 46px;
  line-height: normal;
  letter-spacing: 0px;
}
.moto-text_330 a {
  color: #1e3685;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}

@media (max-width: 1039px) {
  .moto-text_330 {
    font-size: 22px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_330 {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_330 {
    font-size: 22px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
.moto-container_content_5bc59c5c4 {
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
}
.moto-container_content_5bc59c5c4:hover {
  background-color: #00293f;
}
.moto-container_content_5bc59c593 {
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
}
.moto-container_content_5bc59c593:hover {
  background-color: #00293f;
}
.moto-container_content_5bc59c562 {
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
}
.moto-container_content_5bc59c562:hover {
  background-color: #00293f;
}
.moto-text_326 {
  font-weight: 400;
  font-style: normal;
  color: #666c84;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moto-text_326 a {
  color: #1e3685;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_326 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_326 {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_326 {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_326 {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_325 {
  font-weight: 300;
  font-style: normal;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moto-text_325 a {
  color: #0674d9;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_325 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
}
@media (max-width: 1039px) {
  .moto-text_325 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_325 {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
  
}

@media (max-width: 971px){
    /*
.wrapper6667 {
    visibility: hidden;
    display: none;
    margin:0;
} 
*/
}
@media (max-width: 903px){
    
    
}

 @media (max-width: 771px){
     .main-banner-top{
         text-align:center;
     }
     #main-banner div.main-banner-top.moto-widget.moto-widget-row__column.moto-cell.col-lg-8.col-md-8.col-sm-12 > div.moto-widget.moto-widget-button.moto-preset-default.moto-align-left.moto-spacing-top-auto.moto-spacing-right-auto.moto-spacing-bottom-medium.moto-spacing-left-auto
     {
         text-align:center;
     }
     #mainContactForm > div > p{
             text-align: center!important; 
     }
 }

 @media (min-width: 771px){
.wrapper292 {
    visibility: hidden;
    display: none;
    margin:0;
} 
} 
  








@media (max-width: 479px) {
  .moto-text_325 {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_324 {
  font-weight: 600;
  font-style: normal;
  color: #666c84;
  font-size: 24px;
  letter-spacing: 0px;
}
.moto-text_324 a {
  color: #666c84;
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
}
.moto-text_324 a:hover {
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
}
@media (max-width: 1039px) {
  .moto-text_324 {
    font-size: 14px;
    line-height: 1.9;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_324 {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_324 {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0px;
  }
}
.moto-container_content_5bc59a421 {
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
}
.moto-container_content_5bc59a421:hover {
  background-color: #00293f;
}
.moto-text_322 {
  font-weight: 600;
  font-style: normal;
  color: #000000;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moto-text_322 a {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_322 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_322 {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_322 {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_322 {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_321 {
  font-weight: 500;
  font-style: normal;
  font-family: 'ekibastuz', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: normal;
  letter-spacing: 0px;
}
.moto-text_321 a {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_321 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_321 {
    font-size: 25px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_321 {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_321 {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_320 {
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moto-text_320 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_320 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
}
@media (max-width: 1039px) {
  .moto-text_320 {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_320 {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_320 {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-container_content_5889dd87cc574 {
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
}
.moto-container_content_5889dd87cc02f {
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
}
.moto-container_content_5889dd87cbace {
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
}
.moto-container_content_5889dd87ca5a4 {
  background-color: #d3dde4;
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
}
.moto-text_315 {
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moto-text_315 a {
	
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_315 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_315 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_315 {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_315 {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_306 {
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
  font-size: 50px;
  line-height: 1.1;
  letter-spacing: 0px;
}
.moto-text_306 a {

  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_306 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_306 {
    font-size: 35px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_306 {
    font-size: 30px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_306 {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-container_header_5b756ea11 {
  background-color: #ffffff;
  transition-duration: 0.4s;
  transition-property: background-color, border-color;
}

.moto-text_291 {
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0px;
}
.moto-text_291 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 500;
  font-style: normal;
}
.moto-text_291 a:hover {
  text-decoration: none;
  font-weight: 500;
  font-style: normal;
  color: #00293f;
}
@media (max-width: 1039px) {
  .moto-text_291 {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_291 {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_291 {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0px;
  }
}
.moto-text_287 {
  font-weight: 500;
  font-style: normal;

  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0px;
}
.moto-text_287 a {
  
  text-decoration: none;
  font-weight: 500;
  font-style: normal;
}
.moto-text_287 a:hover {
  text-decoration: none;
  font-weight: 500;
  font-style: normal;
  color: #00293f;
}
@media (max-width: 1039px) {
  .moto-text_287 {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_287 {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_287 {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0px;
  }
}
.moto-text_285 {
    font-weight: normal;
    font-style: normal;
    font-family: 'ekibastuz', sans-serif;
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: 0px;
    color: #1e3685
}
.moto-text_285 a {
  color: #2b2f40;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_285 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_285 {
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_285 {
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_285 {
    font-size: 35px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
.moto-text_284 {
  font-weight: 500;
  font-style: normal;
  color: #1e3685;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moto-text_284 a {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_284 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_284 {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_284 {
    font-size: 15px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_284 {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_283 {
  font-weight: 700;
  font-style: normal;
  color: #1e3685;
  font-size: 36px;
  line-height: 1.1;
  letter-spacing: 0px;
}
.moto-text_283 a {

  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_283 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_283 {
    font-size: 25px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_283 {
    font-size: 22px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_283 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_282 {
  font-weight: 600;
  font-style: normal;
  font-family: ekibastuz,sans-serif;
  color: #ffffff;
  font-size: 36px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moto-text_282 a {

  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_282 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_282 {
    font-size: 29px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_282 {
    font-size: 25px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_282 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_279 {
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  font-size: 14px;
  line-height: 2.6;
  letter-spacing: 0px;
}
.moto-text_279 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
}
.moto-text_279 a:hover {
  text-decoration: underline;
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
}
@media (max-width: 1039px) {
  .moto-text_279 {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_279 {
    font-size: 12px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_279 {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_278 {
  font-weight: 600;
  font-style: normal;
  color: #ffffff;
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moto-text_278 a {

  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_278 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_278 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_278 {
    font-size: 16px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_278 {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_276 {
  font-weight: 300;
  font-style: normal;
  color: transparent;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moto-text_276 a {
  color: #1e3685;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_276 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
.moto-text_275 {
  font-weight: 700;
  font-style: normal;
  font-family: 'ekibastuz', sans-serif;
  color: #ffffff;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.moto-text_tel a{
	color:#fff !important;
	font-weight: 700 !important;
	
}
.moto-text_275 a {
  color: #1e3685;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_275 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_275 {
    font-size: 30px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_275 {
    font-size: 25px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_275 {
    font-size: 22px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_273 {
  font-weight: 500;
  font-style: normal;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 2px;
}
.moto-text_273 a {
  color: #1e3685;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_273 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_273 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_273 {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_273 {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_254 {
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moto-text_254 a {
  color: #1e3685;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_254 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_254 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_254 {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_254 {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_253 {
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 80px;
  line-height: 1;
  letter-spacing: 0px;
}
.moto-text_253 a {
  color: #1e3685;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_253 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_253 {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_253 {
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_253 {
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_249 {
  font-weight: 500;
  font-style: normal;
  color: #1e3685;
  font-size: 220px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moto-text_249 a {
  color: #1e3685;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_249 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_249 {
    font-size: 150px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_249 {
    font-size: 100px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_249 {
    font-size: 100px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_246 {
  font-weight: 500;
  font-style: normal;
  color: #2ab5f6;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0px;
}
.moto-text_246 a {
  color: #2ab5f6;
  text-decoration: none;
  font-weight: 500;
  font-style: normal;
}
.moto-text_246 a:hover {
  text-decoration: none;
  font-weight: 500;
  font-style: normal;
  color: #00293f;
}
@media (max-width: 1039px) {
  .moto-text_246 {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_246 {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_246 {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0px;
  }
}
.moto-text_244 {
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 100px;
  line-height: 1.1;
  letter-spacing: 0px;
}
.moto-text_244 a {
  color: #1e3685;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_244 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_244 {
    font-size: 55px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_244 {
    font-size: 45px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_244 {
    font-size: 24px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
.moto-text_237 {
  font-weight: 700;
  font-style: normal;
  color: #000000;
  font-size: 15px;
  line-height: 2.4;
  letter-spacing: 0px;
}
.moto-text_237 a {
  color: #1e3685;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_237 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_237 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_237 {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_237 {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_236 {
  font-weight: 300;
  font-style: normal;
  color: #000000;
  font-size: 15px;
  line-height: 2.4;
  letter-spacing: 0px;
}
.moto-text_236 a {
  color: #1e3685;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_236 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_236 {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_236 {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_236 {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_232 {
  font-weight: 600;
  font-style: normal;
  color: #2b2f40;
  font-size: 24px;
  line-height: 2.2;
  letter-spacing: 0px;
}
.moto-text_232 a {
  color: #2b2f40;
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
}
.moto-text_232 a:hover {
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_232 {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_232 {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_232 {
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0px;
  }
}
.moto-text_230 {
  font-weight: 300;
  font-style: normal;
  color: #2ab5f6;
  font-size: 90px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moto-text_230 a {
  color: #1e3685;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_230 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_230 {
    font-size: 50px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_230 {
    font-size: 45px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_230 {
    font-size: 40px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}

.moto-text_216 {
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 15px;
  line-height: 2.7;
  letter-spacing: 0px;
}
.moto-text_216 a {
  color: #1e3685;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_216 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}
@media (max-width: 1039px) {
  .moto-text_216 {
    font-size: 13px;
    line-height: 2.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_216 {
    font-size: 13px;
    line-height: 2.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_216 {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
.moto-text_215 {
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moto-text_215 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_215 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;

}
@media (max-width: 1039px) {
  .moto-text_215 {
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_215 {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_215 {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-text_214 {
  font-weight: 300;
  font-style: normal;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.9;
  letter-spacing: 0px;
}
.moto-text_214 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_214 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;

}
@media (max-width: 1039px) {
  .moto-text_214 {
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_214 {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_214 {
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0px;
  }
}
.moto-text_186 {
  font-weight: 300;
  font-style: normal;
  color: #2b2f40;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.moto-text_186 a {
  color: #bdbdbd;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_186 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #2b2f40;
}
@media (max-width: 1039px) {
  .moto-text_186 {
    font-size: 17px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_186 {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_186 {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-background_2 {
  background-color: #1e3685;
  background-size: auto;
  background-position: left top;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.moto-background {
  background-color: #ffffff;
}
.moto-text_system_14 {
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.moto-text_system_14 a {
  color: #1e3685;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_14 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_system_14 {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_14 {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_14 {
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_13 {
  font-weight: 200;
  font-style: normal;
  font-family: 'ekibastuz', sans-serif;
  color: #f2f5f7;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0px;
}
.moto-text_system_13 a {
  color: #1e3685;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_system_13 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #00293f;
}
@media (max-width: 1039px) {
  .moto-text_system_13 {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_13 {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_13 {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_12 {
  font-weight: 300;
  font-style: normal;
  color: #f2f5f7;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 1px;
}
.moto-text_system_12 a {
  color: #1e3685;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_system_12 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_system_12 {
    font-size: 15px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_12 {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_12 {
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_11 {
  font-weight: 300;
  font-style: normal;
  color: #2b2f40;
  font-size: 14px;
  line-height: 2.5;
  letter-spacing: 0px;
}
.moto-text_system_11 a {
  color: #2b2f40;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_system_11 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_system_11 {
    font-size: 13px;
    line-height: 2.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_11 {
    font-size: 13px;
    line-height: 2.1;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_11 {
    font-size: 11px;
    line-height: 2.3;
    letter-spacing: 0px;
  }
}
.moto-text_system_10 {
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 12px;
  line-height: 1.1;
  letter-spacing: 2px;
}
.moto-text_system_10 a {
  color: #2ab5f6;
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
}
.moto-text_system_10 a:hover {
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_system_10 {
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_10 {
    font-size: 12px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_10 {
    font-size: 12px;
    line-height: 1.1;
    letter-spacing: 0px;
  }
}
.moto-text_system_9 {
  font-weight: 500;
  font-style: normal;
  color: #2b2f40;
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0px;
}
.moto-text_system_9 a {
  color: #2b2f40;
  text-decoration: none;
  font-weight: 500;
  font-style: normal;
}
.moto-text_system_9 a:hover {
  text-decoration: none;
  font-weight: 500;
  font-style: normal;
  color: #2ab5f6;
}
@media (max-width: 1039px) {
  .moto-text_system_9 {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_9 {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_9 {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0px;
  }
}
.moto-text_system_8 {
  font-weight: 600;
  font-style: normal;
  color: #2b2f40;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.moto-text_system_8 a {
  color: #2b2f40;
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
}
.moto-text_system_8 a:hover {
  text-decoration: none;
  font-weight: 600;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_system_8 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_8 {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_8 {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_7 {
  font-weight: 300;
  font-style: italic;
  color: #000000;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0px;
}
.moto-text_system_7 a {
  color: #1e3685;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_system_7 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_system_7 {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_7 {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_7 {
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
.moto-text_system_6 {
  font-weight: 600;
  font-style: normal;
  font-family: ekibastuz,sans-serif;
  color: #ffffff;
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0px;
}
.moto-text_system_6 a {
  color: #1e3685;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_6 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_system_6 {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_6 {
    font-size: 19px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_6 {
    font-size: 19px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_5 {
  font-weight: 600;
  font-style: normal;
  font-family: 'ekibastuz', sans-serif;
  color: #2b2f40;
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 0px;
}
.moto-text_system_5 a {
  color: #2b2f40;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_system_5 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_system_5 {
    font-size: 40px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_5 {
    font-size: 32px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_5 {
    font-size: 30px;
    line-height: 1.1;
    letter-spacing: 0px;
  }
}
.moto-text_system_4 {
  font-weight: 100;
  font-style: normal;
  color: #ffffff;
  font-size: 70px;
  line-height: 1.4;
  letter-spacing: 1px;
}
.moto-text_system_4 a {
  color: #1e3685;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_system_4 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_system_4 {
    font-size: 50px;
    line-height: 1.3;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_4 {
    font-size: 50px;
    line-height: 1.4;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_4 {
    font-size: 50px;
    line-height: 1.2;
    letter-spacing: 0px;
  }
}
.moto-text_system_3 {
  font-weight: 300;
  font-style: italic;
  color: #e3e9ee;
  font-size: 160px;
  line-height: 0.7;
  letter-spacing: 0px;
}
.moto-text_system_3 a {
  color: #1e3685;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_system_3 a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_system_3 {
    font-size: 100px;
    line-height: 0.8;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_3 {
    font-size: 80px;
    line-height: 0.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_3 {
    font-size: 80px;
    line-height: 0.6;
    letter-spacing: 0px;
  }
}
.moto-text_system_2 {
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  line-height: 2.3;
  letter-spacing: 0px;
}
.moto-text_system_2 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
}
.moto-text_system_2 a:hover {
  text-decoration: none;
  font-weight: 400;
  font-style: normal;
  color: #2ab5f6;
}
@media (max-width: 1039px) {
  .moto-text_system_2 {
    font-size: 10px;
    line-height: 2.2;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_2 {
    font-size: 11px;
    line-height: 1.6;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_2 {
    font-size: 10px;
    line-height: 1.8;
    letter-spacing: 0px;
  }
}
.moto-text_system_1 {
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0px;
}
.moto-text_system_1 a {
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
}
.moto-text_system_1 a:hover {
  text-decoration: none;
  font-weight: 700;
  font-style: normal;
  color: #ffffff;
}
@media (max-width: 1039px) {
  .moto-text_system_1 {
    font-size: 39px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_system_1 {
    font-size: 38px;
    line-height: 1;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_system_1 {
    font-size: 38px;
    line-height: 1.1;
    letter-spacing: 0px;
  }
}
.moto-text_normal {
  font-weight: 300;
  font-style: normal;
  color: #666c84;
  font-size: 15px;
  line-height: 1.5;
  letter-spacing: 0px;
}
.moto-text_normal a {
  color: #1e3685;
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
}
.moto-text_normal a:hover {
  text-decoration: none;
  font-weight: 300;
  font-style: normal;
  color: #1e3685;
}
@media (max-width: 1039px) {
  .moto-text_normal {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
@media (max-width: 767px) {
  .moto-text_normal {
    font-size: 13px;
    line-height: 1.7;
    letter-spacing: 0px;
  }
}
@media (max-width: 479px) {
  .moto-text_normal {
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.moto-widget-text a {
  transition: .3s;
}
.moto-widget-text li {
  position: relative;
}
.moto-widget-text li:before {
  position: absolute;
  content: '';
  transition: .3s;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
}
.moto-widget-text ul li {
  padding: 0 0 0 39px;
}
.moto-widget-text ul li:not(:last-child) {
  margin-bottom: 20px;
}
.moto-widget-text ul li:before {
  display: inline-block;
  z-index: 0;
  font: 14px/1 FontAwesome;
  color: #0674d9;
  content: "\f054";
  text-align: center;
}
.moto-widget-text ol {
  counter-reset: moto-counter;
}
.moto-widget-text ol li {
  padding-left: 80px;
}
.moto-widget-text ol li:not(:last-child) {
  margin: 0 0 10px;
}
.moto-widget-text ol li:before {
  font: 700 36px/1 'Montserrat';
  color: #1e3685;
  top: 0;
  -webkit-transform: none;
  transform: none;
  content: counter(moto-counter,decimal-leading-zero) '.';
  counter-increment: moto-counter;
}
.moto-widget-menu-toggle-btn {
  width: 40px;
  height: 40px;
  padding: 0px 8px;
}
.moto-widget-menu-toggle-btn-icon {
  font-size: 24px;
  line-height: 40px!important;
}
.moto-widget-menu .moto-widget-menu-list {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .moto-widget-menu .moto-widget-menu-list {
    display: none;
  }
}
.moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item:not(:first-child) {
  margin-left: 16px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item:not(:first-child) {
    margin-left: 15px;
  }
}
.moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item > .moto-widget-menu-link {
  position: relative;
  display: block;
  transition: .3s;
  line-height: 1.25;
  font-size: 12px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-menu .moto-widget-menu-list > .moto-widget-menu-item > .moto-widget-menu-link {
    font-size: 10px;
  }
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist {
  top: calc(100% + 10px);
  left: 0;
  min-width: 156px;
  padding: 8px 0;
  border-width: 2px;
  border-style: solid;
  transition: .3s;
  box-shadow: 0 0 4px 1px rgba(41,41,41,0.2);
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist:before {
  position: absolute;
  top: -12px;
  height: 12px;
  left: 0;
  width: 100%;
  content: "";
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
  padding: 6px 12px;
  transition: .3s;
  text-align: left;
  font-size: 13px;
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link-arrow {
  position: absolute;
  right: 12px;
  font-size: inherit;
  top: 50%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link-arrow:before {
  content: '\f105';
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-sublist {
  left: calc(100% + 5px) !important;
  top: -10px;
}
.moto-widget-menu .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-sublist:before {
  top: 0;
  left: -6px;
  width: 6px;
  height: 100%;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list >.moto-widget-menu-item >.moto-widget-menu-link {
  padding: 0 0 2px;
}

.moto-widget-menu.moto-preset-default .moto-widget-menu-list >.moto-widget-menu-item >.moto-widget-menu-link:hover:after,
.moto-widget-menu.moto-preset-default .moto-widget-menu-list >.moto-widget-menu-item >.moto-widget-menu-link-active:after {
  opacity: 1;
  width: 18px;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-list >.moto-widget-menu-item:not(:first-child) {
  margin-left: 7px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-menu.moto-preset-2 .moto-widget-menu-list >.moto-widget-menu-item:not(:first-child) {
    margin-left: 1px;
  }
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-list >.moto-widget-menu-item >.moto-widget-menu-link {
  padding: 7px 9px;
  border-width: 2px;
  border-style: solid;
  border-radius: 30px;
  font-size: 12px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-menu.moto-preset-2 .moto-widget-menu-list >.moto-widget-menu-item >.moto-widget-menu-link {
    padding: 3px 9px;
    font-size: 10px;
  }
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-list >.moto-widget-menu-item >.moto-widget-menu-link .moto-widget-menu-link-arrow {
  position: relative;
  float: left;
  font-size: inherit;
  margin-right: 5px;
  line-height: 14px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-menu.moto-preset-2 .moto-widget-menu-list >.moto-widget-menu-item >.moto-widget-menu-link .moto-widget-menu-link-arrow {
    line-height: 10px;
  }
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-list >.moto-widget-menu-item >.moto-widget-menu-link .moto-widget-menu-link-arrow:before {
  content: "\f0d7";
  transition: .3s;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-sublist {
  border-radius: 5px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
    font-size: 10px;
  }
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list >.moto-widget-menu-item >.moto-widget-menu-link .moto-widget-menu-link-arrow {
  position: relative;
  font-size: inherit;
  margin-left: 3px;
  line-height: inherit;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list >.moto-widget-menu-item >.moto-widget-menu-link .moto-widget-menu-link-arrow:before {
  content: "\f107";
  transition: .3s;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-sublist {
  box-shadow: 0 5px 10px rgba(0,0,0,0.25);
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-item:not(:last-child) .moto-widget-menu-link:after {
  content: "";
  position: absolute;
  left: 12px;
  right: 12px;
  bottom: 0;
  margin: 0 auto;
  width: auto;
  height: 1px;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-sublist .moto-widget-menu-item:last-child .moto-widget-menu-link:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list {
    border: 1px solid;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
    border: none;
    margin: 0 !important;
    padding: 0;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item:after,
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item:before {
    display: none;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item:not(:last-child) {
    border-bottom: 1px solid;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
    padding: 10px 50px 10px 20px;
    font-size: 14px;
    line-height: 1.2;
    text-align: left;
    border: none;
    border-radius: 0;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link:after,
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link:before {
    display: none;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    width: 50px;
    height: 100%;
    transition: .3s;
    font-size: 14px;
    margin: 0;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow:after {
    content: "\f107";
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 100%;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow:before {
    display: none;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist {
    width: 100%;
    padding: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist:before,
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist:after {
    content: none;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item {
    width: 100%;
    border-bottom: none;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
    padding: 7px 40px;
    font-size: 12px;
    margin: 0;
    border: none;
    text-align: left;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link .moto-widget-menu-link-arrow {
    right: 0;
    top: 50%;
    font-size: 12px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: inherit !important;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:before,
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
    display: none;
  }
  .moto-widget-menu.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-sublist .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
    padding: 7px 40px 7px 60px;
  }
}
.moto-widget-button .moto-widget-button-link {
  position: relative;
  text-align: center;
  z-index: 1;
  line-height: 1.5;
  border-width: 1px;
  border-style: solid;
  transition: .3s;
  border-radius: 5px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-button .moto-widget-button-link {
    letter-spacing: 0.2px;
  }
}
.moto-widget-button .moto-widget-button-link .moto-widget-button-label {
  position: relative;
}
.moto-widget-button .moto-widget-button-link.moto-size-small {
  min-width: 110px;
  padding: 4.5px 5px;
  font-size: 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 1039px) {
  .moto-widget-button .moto-widget-button-link.moto-size-small {
    min-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-button .moto-widget-button-link.moto-size-small {
    font-size: 12px;
  }
}
.moto-widget-button .moto-widget-button-link.moto-size-medium {
  min-width: 150px;
  padding: 14.5px 10px;
  font-size: 13px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-button .moto-widget-button-link.moto-size-medium {
    min-width: 110px;
    padding: 8px 5px;
    font-size: 12px;
  }
}
.moto-widget-button .moto-widget-button-link.moto-size-large {
  min-width: 195px;
  padding: 19px 10px;
  font-size: 15px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-button .moto-widget-button-link.moto-size-large {
    min-width: 150px;
    padding: 12px 10px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-button .moto-widget-button-link.moto-size-large {
    font-size: 13px;
  }
}
.moto-widget-button.moto-preset-2 .moto-widget-button-link.moto-size-large {
  font-size: 16px;
  min-width: 220px;
  padding: 20px 10px;
}
@media screen and (max-width: 1200px) {
  .moto-widget-button.moto-preset-2 .moto-widget-button-link.moto-size-large {
    padding: 13px 10px;
    max-width:100%!important;
    min-width: auto!important;
  }
  .moto-widget-contact_form-buttons  button{
      max-width:100%!important;
      width:100%!important;
  }
  .moto-widget-contact_form-buttons  button> a{
      width:100%!important;
  }
}

.moto-widget-image .moto-widget-image-link {
  position: relative;
  overflow: hidden;
  transition: .3s;
}
.moto-widget-image .moto-widget-image-link:before {
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-width: 2px;
  border-style: solid;
  z-index: 5;
  transition: .3s;
}
.moto-widget-image .moto-widget-image-link:after {
  z-index: 5;
  left: 50%;
  top: 50%;
  opacity: 1;
  font: 26px/1 'FontAwesome';
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transition: .3s;
}
.moto-widget-image .moto-widget-image-link:before,
.moto-widget-image .moto-widget-image-link:after {
  position: absolute;
  content: "";
}
.moto-widget-image .moto-widget-image-picture {
  transition: .3s;
}
.moto-widget-image.moto-preset-default .moto-widget-image-link:before,
.moto-widget-image.moto-preset-default .moto-widget-image-link:after {
  display: none;
}
.moto-widget-image.moto-preset-2 .moto-widget-image-link {
  border-radius: 50%;
}
.moto-widget-image.moto-preset-2 .moto-widget-image-link:before,
.moto-widget-image.moto-preset-2 .moto-widget-image-link:after {
  display: none;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link {
  border-radius: 20px;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:before {
  border-radius: 20px;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:after {
  content: "\f002";
  top: 45%;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:hover:after {
  top: 50%;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link {
  border-radius: 50%;
  border-width: 1px;
  border-style: solid;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:before {
  border-radius: 50%;
  border-width: 4px;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:after {
  content: '\f065';
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:after {
  content: "\f00e";
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption {
  display: block;
  z-index: 99;
  margin: 0 auto;
  bottom: 0;
  width: 90%;
  opacity: 0;
  padding: 15px;
}
@media screen and (max-width: 767px) {
  .moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption {
    padding: 5px;
  }
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption_text {
  text-align: center;
  font-size: 16px;
  line-height: 1.15;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption-visible {
  opacity: 1;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item:before {
  width: 100%;
  height: 100%;
  z-index: 1;
  left: 0%;
  top: 0;
  border-width: 2px;
  border-style: solid;
  transition: .3s;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item:after {
  z-index: 2;
  font: 26px/1 'FontAwesome';
  left: 50%;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item:before,
.moto-widget-grid-gallery .moto-widget-grid-gallery-item:after {
  position: absolute;
  content: "";
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item .moto-widget-grid-gallery-image {
  transition: .3s;
}
.moto-widget-grid-gallery .moto-widget-grid-gallery-item .caption,
.moto-widget-grid-gallery .moto-widget-grid-gallery-item:after {
  transition: .3s;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item .caption {
  bottom: 20%;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item .caption-visible {
  bottom: 0;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:after {
  top: 45%;
  content: "\f002";
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:hover:after {
  top: 50%;
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item .caption-visible {
  bottom: 20%;
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:after {
  content: "\f00e";
  font-size: 30px;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item .caption {
  left: 0;
  right: 0;
  width: 100%;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item .caption {
    padding: 5px;
  }
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:after {
  content: '\f065';
}
.moto-widget-slider .bx-pager {
  position: absolute;
  left: 0;
  right: 0;
  font-size: 0;
  bottom: 20px;
}
@media screen and (max-width: 767px) {
  .moto-widget-slider .bx-pager {
    bottom: 5px;
  }
}
.moto-widget-slider .bx-pager .bx-pager-item {
  vertical-align: middle;
}
.moto-widget-slider .bx-pager .bx-pager-item:not(:first-child) {
  margin-left: 11px;
}
.moto-widget-slider .bx-pager .bx-pager-link {
  border-width: 1px;
  border-style: solid;
  font-size: 0;
  transition: .3s;
  width: 9px;
  height: 9px;
}
.moto-widget-slider .bx-caption {
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 5px;
  width: 75%;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
}
.moto-widget-slider .bx-caption_text {
  text-align: center;
  line-height: 1.15;
  font-size: 60px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider .bx-caption_text {
    font-size: 44px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-slider .bx-caption_text {
    font-size: 18px;
  }
}
.moto-widget-slider .bx-controls-direction .bx-prev,
.moto-widget-slider .bx-controls-direction .bx-next {
  top: 50%;
  font-size: 0;
  z-index: 1;
  width: 35px;
  height: 35px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  transition: .3s;
  -webkit-transform: translate(0,-50%);
  transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  border-radius: 50%;
}
.moto-widget-slider .bx-controls-direction .bx-prev:before,
.moto-widget-slider .bx-controls-direction .bx-next:before {
  transition: .3s;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 31px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider .bx-controls-direction .bx-prev,
  .moto-widget-slider .bx-controls-direction .bx-next {
    width: 25px;
    height: 25px;
  }
  .moto-widget-slider .bx-controls-direction .bx-prev:before,
  .moto-widget-slider .bx-controls-direction .bx-next:before {
    line-height: 22px;
    font-size: 13px;
  }
}
.moto-widget-slider .bx-controls-direction .bx-prev {
  left: 1%;
}
.moto-widget-slider .bx-controls-direction .bx-prev:before {
  content: "\f104";
  padding-right: 3px;
}
.moto-widget-slider .bx-controls-direction .bx-next {
  right: 1%;
}
.moto-widget-slider .bx-controls-direction .bx-next:before {
  content: "\f105";
  padding-left: 3px;
}
.moto-widget-slider.moto-preset-2 .bx-pager .bx-pager-link {
  border-radius: 50%;
}
.moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper {
  padding: 0 !important;
}
.moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
.moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  top: auto;
  bottom: -60px;
}
@media screen and (max-width: 767px) {
  .moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-prev,
  .moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
    bottom: -35px;
  }
}
.moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: auto;
  right: 40px;
}
.moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 0;
}
.moto-widget-slider.moto-preset-2 .carousel-block .bx-wrapper .bx-controls .bx-pager {
  text-align: left;
}
.moto-widget-slider.moto-widget-carousel .carousel-block {
  padding: 0 0 70px;
}
@media screen and (max-width: 767px) {
  .moto-widget-slider.moto-widget-carousel .carousel-block {
    padding: 0 0 40px;
  }
}
.moto-widget-slider.moto-widget-carousel .carousel-block .bx-wrapper {
  padding: 0 45px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-slider.moto-widget-carousel .carousel-block .bx-wrapper {
    padding: 0 30px;
  }
}
.moto-widget-slider.moto-widget-carousel .carousel-block .bx-wrapper .bx-pager {
  bottom: -68px;
}
@media screen and (max-width: 767px) {
  .moto-widget-slider.moto-widget-carousel .carousel-block .bx-wrapper .bx-pager {
    bottom: -38px;
  }
}
.moto-widget-slider.moto-widget-carousel .carousel-block .bx-wrapper .bx-controls-direction .bx-prev {
  left: 0;
}
.moto-widget-slider.moto-widget-carousel .carousel-block .bx-wrapper .bx-controls-direction .bx-next {
  right: 0;
}
.moto-widget-contact_form .moto-widget-contact_form-form {
  overflow: visible;
}
.moto-widget-contact_form .moto-widget-contact_form-group {
  margin-bottom: 5px;
}
.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-label {
  display: none;
}
.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field {
  font-size: 12px;
  padding: 12px 23px;
  line-height: normal;
  outline: none;
  border:0px;
  height: 50px;
  border-radius: 5px;
  
}
@media screen and (max-width: 1039px) {
  .moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field {
    height: 45px;
    padding: 12px 20px;
  }
}
.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field.moto-widget-contact_form-textarea {
  min-height: 140px;
}
.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field-error,
.moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-required {
  position: absolute;
  font-size: 10px;
  top: 4px;
  right: 7px;
  line-height: 1;
}
@media screen and (max-width: 1039px) {
  .moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-field-error,
  .moto-widget-contact_form .moto-widget-contact_form-group .moto-widget-contact_form-required {
    font-size: 9px;
  }
}
.moto-widget-contact_form .moto-widget-contact_form-success,
.moto-widget-contact_form .moto-widget-contact_form-danger {
  position: relative;
  font-size: 12px;
  bottom: 3px;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-group {
  margin-bottom: 30px;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-group .moto-widget-contact_form-field {
  border-radius: 35px;
  font-size: 15px;
  height: 60px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-group .moto-widget-contact_form-field {
    font-size: 13px;
  }
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-group .moto-widget-contact_form-field {
  font-size: 15px;
  border-width: 2px;
  border-radius: 0;
}
@media screen and (max-width: 1039px) {
  .moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-group .moto-widget-contact_form-field {
    font-size: 12px;
  }
}
.moto-back-to-top-button {
  right: 40px;
  bottom: -50px;
  transition: .3s;
}
.moto-back-to-top-button.moto-back-to-top-button_visible {
  bottom: 40px;
}
.moto-back-to-top-button .moto-back-to-top-button-link {
  width: 40px;
  height: 40px;
  font: 20px/38px 'FontAwesome';
  color: #ffffff;
  text-align: center;
  transition: .3s;
  background: #ccd3ea;
  border-radius: 50%;
}
.moto-back-to-top-button .moto-back-to-top-button-link .moto-back-to-top-button-icon:before {
  content: "\f106";
}
.moto-back-to-top-button .moto-back-to-top-button-link:hover {
  background: #00293f;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__content {
  padding: 6px 40px 13px;
}
@media screen and (max-width: 767px) {
  .moto-widget-accordion.moto-preset-default .moto-widget-accordion__content {
    padding: 6px 10px 13px;
  }
}
.moto-widget-divider.moto-preset-default .moto-widget-divider-line {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #666c84;
}
.moto-widget-divider.moto-preset-2 .moto-widget-divider-line {
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: #2ab5f6;
}
.moto-widget-divider.moto-preset-3 .moto-widget-divider-line {
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #ffffff;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:after {
  color: transparent;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:before {
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:hover:after {
  color: transparent;
}
.moto-widget-image.moto-preset-3 .moto-widget-image-link:hover:before {
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link {
  border-color: #d6d6d6;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:after {
  color: transparent;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:before {
  background-color: transparent;
  border-color: #ffffff;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:hover {
  border-color: #d6d6d6;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:hover:after {
  color: transparent;
}
.moto-widget-image.moto-preset-4 .moto-widget-image-link:hover:before {
  background-color: transparent;
  border-color: #ffffff;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:after {
  color: transparent;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:before {
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:hover:after {
  color: #ffffff;
}
.moto-widget-image.moto-preset-5 .moto-widget-image-link:hover:before {
  background-color: rgba(0,169,218,0.8);
  border-color: transparent;
}
.moto-widget-button.moto-preset-default .moto-widget-button-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}
.moto-widget-button.moto-preset-default .moto-widget-button-link:hover {
  color: #1e3685;
  background-color: #ffffff;
  border-color: #ffffff;
}
.moto-widget-button.moto-preset-default .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none;
}
.moto-widget-button.moto-preset-2 .moto-widget-button-link {
  font-family: 'ekibastuz', sans-serif;
  font-style: normal;
  color: #0063b0;
  background-color: #fff;
  border: 1px solid rgba(255,255,255,.5);
}

.moto-widget-button.moto-preset-2 .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none;
  font-family: "Helvetica"; 
}
.moto-widget-button.moto-preset-3 .moto-widget-button-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #00293f;
  background-color: #ffffff;
  border-color: transparent;
}
.moto-widget-button.moto-preset-3 .moto-widget-button-link:hover {
  color: #ffffff;
  background-color: #00293f;
  border-color: transparent;
}
.moto-widget-button.moto-preset-3 .moto-widget-button-link .moto-widget-button-label {
  text-decoration: none;
}
.moto-widget-button.moto-preset-4 .moto-widget-button-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  background-color: #1e3685;
  border-color: transparent;
}
.moto-widget-button.moto-preset-4 .moto-widget-button-link:hover {
  color: #1e3685;
  background-color: #e3e9ee;
  border-color: transparent;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #2b2f40;
  background-color: transparent;
  border-color: #666c84;
}
.moto-widget-button.moto-preset-5 .moto-widget-button-link:hover {
  color: #ffffff;
  background-color: #666c84;
  border-color: #666c84;
}
.moto-widget-social-links.moto-preset-default .moto-widget-social-links-link:before {
  color: #c9c9c9;
}
.moto-widget-social-links.moto-preset-default .moto-widget-social-links-link:hover:before {
  color: #2ab5f6;
}
.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link {
  border-color: #2ab5f6;
  background-color: #2ab5f6;
}
.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link:before {
  color: #ffffff;
}
.moto-widget-social-links.moto-preset-2 .moto-widget-social-links-link:hover {
  border-color: #00293f;
  background-color: #00293f;
}
.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link {
  background-color: #1e3685;
}
.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link:before {
  color: #ffffff;
}
.moto-widget-social-links.moto-preset-3 .moto-widget-social-links-link:hover {
  background-color: #00293f;
}
.moto-widget-slider.moto-preset-default .bx-caption {
  background-color: transparent;
}
.moto-widget-slider.moto-preset-default .bx-caption_text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
}
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev,
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next {
  background-color: #a3a3a3;
  border-color: #a3a3a3;
}
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev:before,
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next:before {
  color: #ffffff;
}
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev:hover,
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next:hover {
  background-color: #1e3685;
  border-color: #1e3685;
}
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-prev:hover:before,
.moto-widget-slider.moto-preset-default .bx-controls-direction .bx-next:hover:before {
  color: #ffffff;
}
.moto-widget-slider.moto-preset-default .bx-pager-link {
  border-color: transparent;
  background-color: #a3a3a3;
}
.moto-widget-slider.moto-preset-default .bx-pager-link:hover {
  border-color: transparent;
  background-color: #1e3685;
}
.moto-widget-slider.moto-preset-default .bx-pager-link.active {
  border-color: transparent;
  background-color: #1e3685;
}
.moto-widget-slider.moto-preset-default .bx-pager-link.active:hover {
  border-color: transparent;
  background-color: #1e3685;
}
.moto-widget.moto-widget-carousel.moto-preset-default .moto-widget-carousel-caption {
  background-color: transparent;
}
.moto-widget-slider.moto-preset-2 .bx-caption {
  background-color: transparent;
}
.moto-widget-slider.moto-preset-2 .bx-caption_text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
}
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev,
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next {
  background-color: #ffffff;
  border-color: rgba(163,140,242,0.5);
}
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev:before,
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next:before {
  color: #00293f;
}
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev:hover,
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next:hover {
  background-color: #00293f;
  border-color: #00293f;
}
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-prev:hover:before,
.moto-widget-slider.moto-preset-2 .bx-controls-direction .bx-next:hover:before {
  color: #ffffff;
}
.moto-widget-slider.moto-preset-2 .bx-pager-link {
  border-color: #00293f;
  background-color: transparent;
}
.moto-widget-slider.moto-preset-2 .bx-pager-link:hover {
  border-color: transparent;
  background-color: #00293f;
}
.moto-widget-slider.moto-preset-2 .bx-pager-link.active {
  border-color: transparent;
  background-color: #00293f;
}
.moto-widget-slider.moto-preset-2 .bx-pager-link.active:hover {
  border-color: transparent;
  background-color: #00293f;
}
.moto-widget.moto-widget-carousel.moto-preset-2 .moto-widget-carousel-caption {
  background-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-default .caption_text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  color: #ffffff;
}
.moto-widget-grid-gallery.moto-preset-default .caption {
  background-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:before {
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:after {
  color: transparent;
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:hover:before {
  background-color: rgba(0,0,0,0.5);
}
.moto-widget-grid-gallery.moto-preset-default .moto-widget-grid-gallery-item:hover:after {
  color: #ffffff;
}
.moto-widget-grid-gallery.moto-preset-2 .caption_text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  color: #ffffff;
}
.moto-widget-grid-gallery.moto-preset-2 .caption {
  background-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:before {
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:after {
  color: transparent;
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:hover:before {
  background-color: rgba(0,169,218,0.8);
  border-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-2 .moto-widget-grid-gallery-item:hover:after {
  color: #ffffff;
}
.moto-widget-grid-gallery.moto-preset-3 .caption_text {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  color: #ffffff;
}
.moto-widget-grid-gallery.moto-preset-3 .caption {
  background-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:before {
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:after {
  color: transparent;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:hover:before {
  background-color: rgba(134,161,182,0.8);
  border-color: transparent;
}
.moto-widget-grid-gallery.moto-preset-3 .moto-widget-grid-gallery-item:hover:after {
  color: #ffffff;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form {
  font-family: 'Montserrat', sans-serif;
  background-color: transparent;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field {
  background-color: #fff;
  font-style: normal;
  font-weight: 400;
}

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field:focus  {
	    border-color: #bfe5ff;
    box-shadow: 0 0 0 4px #bfe5ff;
	
	
}

.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
  color: #000000;
  background-color: #f1f1f1;
  border-color: #002f33;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field::-webkit-input-placeholder {
  color: #000;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field::-moz-placeholder {
  color: #bbc7cf;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field:-ms-input-placeholder {
  color: #bbc7cf;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-field-error {
  font-style: normal;
  font-weight: 400;
  color: #1e3685;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-success {
  font-style: normal;
  font-weight: 400;
  color: #1e3685;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-danger {
  font-style: normal;
  font-weight: 400;
  color: #fff;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-checkbox-icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
  border-color: #81868c;
  color: #55616d;
}
.moto-widget-contact_form.moto-preset-default .moto-widget-contact_form-form .moto-widget-contact_form-group-not-valid .moto-widget-contact_form-checkbox-icon {
  border-color: #ff0000;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form {
  background-color: transparent;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field {
  color: #00293f;
  background-color: #f2f5f7;
  font-style: normal;
  font-weight: 300;
  border-color: transparent;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
  color: #00293f;
  background-color: #f2f5f7;
  border-color: #00070a;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field::-webkit-input-placeholder {
  color: #00293f;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field::-moz-placeholder {
  color: #00293f;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field:-ms-input-placeholder {
  color: #00293f;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-field-error {
  font-style: normal;
  font-weight: 400;
  color: #00070a;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-success {
  font-style: normal;
  font-weight: 400;
  color: #1e3685;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-danger {
  font-style: normal;
  font-weight: 400;
  color: #00070a;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-checkbox-icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
  border-color: #81868c;
  color: #55616d;
}
.moto-widget-contact_form.moto-preset-2 .moto-widget-contact_form-form .moto-widget-contact_form-group-not-valid .moto-widget-contact_form-checkbox-icon {
  border-color: #ff0000;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form {
  background-color: transparent;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field {
    border: 3px solid rgb(255, 255, 255);
    color: #ffffff;
    background-color: transparent;
    border-radius: 8px;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field.ng-touched.ng-invalid {
  color: #ffffff;
  background-color: transparent;
  border-color: #008e99;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field::-webkit-input-placeholder {
  color: #ffffff;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field::-moz-placeholder {
  color: #ffffff;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field:-ms-input-placeholder {
  color: #ffffff;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-field-error {
  font-style: normal;
  font-weight: 400;
  color: #008e99;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-success {
  font-style: normal;
  font-weight: 400;
  color: #f1f1f1;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-danger {
  font-style: normal;
  font-weight: 400;
  color: #008e99;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-checkbox-icon {
  width: 16px;
  height: 16px;
  font-size: 16px;
  border-color: #81868c;
  color: #55616d;
}
.moto-widget-contact_form.moto-preset-3 .moto-widget-contact_form-form .moto-widget-contact_form-group-not-valid .moto-widget-contact_form-checkbox-icon {
  border-color: #ff0000;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item:hover .moto-widget-menu-link-level-1 {
    color: #013e83;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
  font: 400 16px/20px "Helvetica Neue",Helvetica,sans-serif;
  color: #0173c1;
  text-decoration: none;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active {
  color: #000;
  text-decoration: none;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active:hover {
  color: #013e83;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist {
  background-color: #1e3685;
  border-color: transparent;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link {
  color: #1e3685;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link .moto-widget-menu-link-arrow {
  color: transparent;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
  color: #1e3685;
  text-decoration: none;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active .moto-widget-menu-link-arrow {
  color: transparent;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active:hover {
  color: #1e3685;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active:hover .moto-widget-menu-link-arrow {
  color: transparent;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link-arrow {
  color: transparent;
}
.moto-widget-menu.moto-preset-default .moto-widget-menu-toggle-btn {
  color: #ffffff;
  background-color: #1e3685;
}
@media screen and (max-width: 767px) {
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-toggle-btn {
    color: #ffffff;
    background-color: #1e3685;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list {
    border-color: #d3dde4;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
    border-color: #ffffff;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
    color: #1e3685;
    text-decoration: none;
    background-color: #ffffff;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #1e3685;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist {
    background-color: #ffffff;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link {
    color: #1e3685;
    text-decoration: none;
    background-color: transparent;
  }
  .moto-widget-menu.moto-preset-default.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #1e3685;
  }
}

.moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 .moto-widget-menu-link-arrow:before {
  color: #ffffff;
}

.moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active .moto-widget-menu-link-arrow:before {
  color: #ffffff;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active:hover {
  color: #ffffff;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist {
  background-color: #ffffff;
  border-color: transparent;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link {
  color: #1e3685;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link .moto-widget-menu-link-arrow {
  color: transparent;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1e3685;
  text-decoration: none;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
  color: #1e3685;
  text-decoration: none;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active .moto-widget-menu-link-arrow {
  color: transparent;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active:hover {
  color: #1e3685;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active:hover .moto-widget-menu-link-arrow {
  color: transparent;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link-arrow {
  color: transparent;
}
.moto-widget-menu.moto-preset-2 .moto-widget-menu-toggle-btn {
  color: #00293f;
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-toggle-btn {
    color: #ffffff;
    background-color: #00293f;
  }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list {
    border-color: #d3dde4;
  }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
    border-color: #ffffff;
  }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
    color: #2b2f40;
    text-decoration: none;
    background-color: #ffffff;
  }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #1e3685;
    text-decoration: none;
    background-color: #ffffff;
  }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist {
    background-color: #ffffff;
  }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link {
    color: #2b2f40;
    text-decoration: none;
    background-color: transparent;
  }
  .moto-widget-menu.moto-preset-2.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #1e3685;
    text-decoration: none;
    background-color: #ffffff;
  }
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item:hover .moto-widget-menu-link-level-1 {
  color: #1e3685;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item:hover .moto-widget-menu-link-level-1 .moto-widget-menu-link-arrow:before {
  color: #1e3685;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  text-decoration: none;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1 .moto-widget-menu-link-arrow:before {
  color: #ffffff;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active {
  color: #00293f;
  text-decoration: none;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active .moto-widget-menu-link-arrow:before {
  color: #00293f;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link-level-1.moto-widget-menu-link-active:hover {
  color: #1e3685;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist {
  background-color: #ffffff;
  border-color: transparent;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link {
  color: #00293f;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item:hover > .moto-widget-menu-link .moto-widget-menu-link-arrow {
  color: transparent;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #002f33;
  text-decoration: none;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link:after {
  background-color: transparent;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
  color: #00293f;
  text-decoration: none;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active .moto-widget-menu-link-arrow {
  color: transparent;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active:hover {
  color: #00293f;
  background-color: transparent;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active:hover .moto-widget-menu-link-arrow {
  color: transparent;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-sublist .moto-widget-menu-item .moto-widget-menu-link-arrow {
  color: transparent;
}
.moto-widget-menu.moto-preset-3 .moto-widget-menu-toggle-btn {
  color: #ffffff;
  background-color: #a3a3a3;
}
@media screen and (max-width: 767px) {
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-toggle-btn {
    color: #ffffff;
    background-color: #00293f;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list {
    border-color: #d3dde4;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item {
    border-color: #ffffff;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link {
    color: #002f33;
    text-decoration: none;
    background-color: #ffffff;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-item .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #00293f;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist {
    background-color: #ffffff;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link {
    color: #002f33;
    text-decoration: none;
    background-color: transparent;
  }
  .moto-widget-menu.moto-preset-3.moto-widget-menu-mobile-open .moto-widget-menu-list .moto-widget-menu-sublist .moto-widget-menu-link.moto-widget-menu-link-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #00293f;
  }
}
.moto-media-player.moto-preset-default .mejs-inner .mejs-controls .mejs-button.mejs-button_active button {
  background-color: #1e3685;
}
.moto-media-player.moto-preset-default .mejs-inner .mejs-controls .mejs-button.mejs-button_active button:before {
  color: #ffffff;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-button button,
.moto-media-player.moto-preset-default .mejs-controls .mejs-volume-button button,
.moto-media-player.moto-preset-default .mejs-overlay-button {
  background-color: transparent;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-button button:before,
.moto-media-player.moto-preset-default .mejs-controls .mejs-volume-button button:before,
.moto-media-player.moto-preset-default .mejs-overlay-button:before {
  color: #1e3685;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-button button:hover:before,
.moto-media-player.moto-preset-default .mejs-controls .mejs-volume-button button:hover:before,
.moto-media-player.moto-preset-default .mejs-overlay-button:hover:before {
  color: #7f878a;
}
.moto-media-player.moto-preset-default .mejs-controls {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #1e3685;
  background-color: #ffffff;
  font-size: 12px;
  border-color: #d3dde4;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-time-current,
.moto-media-player.moto-preset-default .mejs-controls .mejs-time-handle {
  background-color: #1e3685;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-current,
.moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-handle {
  background-color: #d3dde4;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-time-loaded {
  background-color: rgba(19,179,171,0.25);
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-time-total {
  background-color: rgba(19,179,171,0.25);
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-time-handle {
  box-shadow: 0px 0px 4px 0px #1e3685;
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-total {
  background-color: rgba(211,221,228,0.5);
}
.moto-media-player.moto-preset-default .mejs-controls .mejs-horizontal-volume-handle {
  box-shadow: 0px 0px 4px 0px #d3dde4;
}
.moto-widget-pagination.moto-preset-default {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
}
.moto-widget-pagination.moto-preset-default .moto-pagination-item,
.moto-widget-pagination.moto-preset-default li {
  margin-right: 5px;
}
.moto-widget-pagination.moto-preset-default .moto-pagination-link,
.moto-widget-pagination.moto-preset-default a {
  color: #1e3685;
  background-color: transparent;
  border-color: transparent;
  border-width: 1px;
  border-radius: 0%;
  border-style: solid;
  text-decoration: none;
  width: 31px;
  height: 31px;
}
.moto-widget-pagination.moto-preset-default .moto-pagination-link:hover,
.moto-widget-pagination.moto-preset-default a:hover {
  color: #00293f;
}
.moto-widget-pagination.moto-preset-default .moto-pagination-link_active,
.moto-widget-pagination.moto-preset-default li.active a {
  font-style: normal;
  font-weight: 700;
  color: #1e3685;
  border-color: transparent;
  text-decoration: none;
}
.moto-widget-pagination.moto-preset-default .moto-pagination-link_active:hover,
.moto-widget-pagination.moto-preset-default li.active a:hover {
  font-style: normal;
  font-weight: 700;
  color: #1e3685;
  border-color: transparent;
  text-decoration: none;
}
.moto-widget-countdown.moto-preset-default .countdown-item-amount {
  color: #ffffff;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
}
.moto-widget-countdown.moto-preset-default .countdown-item-unit {
  color: #ffffff;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
}
.moto-widget-countdown.moto-preset-default .countdown-item-delimiter {
  min-width: 11px;
  font-size: 20px;
  color: transparent;
}
.moto-widget-countdown.moto-preset-default .countdown-item-block {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #81868c;
  background-color: #1e3685;
  font-size: 12px;
  height: 90px;
  width: 90px;
  border-color: transparent;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-style: none;
  border-radius: 0px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-countdown.moto-preset-default .countdown-item-amount {
    font-size: 26px;
  }
  .moto-widget-countdown.moto-preset-default .countdown-item-unit {
    font-size: 10px;
  }
  .moto-widget-countdown.moto-preset-default .countdown-item-delimiter {
    min-width: 8px;
  }
  .moto-widget-countdown.moto-preset-default .countdown-item-block {
    height: 60px;
    width: 60px;
  }
}
.moto-widget-countdown.moto-preset-2 .countdown-item-amount {
  color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 72px;
}
.moto-widget-countdown.moto-preset-2 .countdown-item-unit {
  color: #ffffff;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
}
.moto-widget-countdown.moto-preset-2 .countdown-item-delimiter {
  min-width: 108px;
  font-size: 30px;
  color: transparent;
}
.moto-widget-countdown.moto-preset-2 .countdown-item-block {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #81868c;
  background-color: #00293f;
  font-size: 12px;
  height: 185px;
  width: 185px;
  border-color: #ffffff;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-style: none;
  border-radius: 93px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-countdown.moto-preset-2 .countdown-item-amount {
    font-size: 35px;
  }
  .moto-widget-countdown.moto-preset-2 .countdown-item-unit {
    font-size: 14px;
  }
  .moto-widget-countdown.moto-preset-2 .countdown-item-delimiter {
    min-width: 30px;
    font-size: 30px;
  }
  .moto-widget-countdown.moto-preset-2 .countdown-item-block {
    height: 120px;
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-countdown.moto-preset-2 .countdown-item-amount {
    font-size: 28px;
  }
  .moto-widget-countdown.moto-preset-2 .countdown-item-unit {
    font-size: 13px;
  }
  .moto-widget-countdown.moto-preset-2 .countdown-item-delimiter {
    min-width: 20px;
    font-size: 20px;
  }
  .moto-widget-countdown.moto-preset-2 .countdown-item-block {
    height: 100px;
    width: 100px;
  }
}
@media screen and (max-width: 479px) {
  .moto-widget-countdown.moto-preset-2 .countdown-item-amount {
    font-size: 23px;
  }
  .moto-widget-countdown.moto-preset-2 .countdown-item-unit {
    font-size: 12px;
  }
  .moto-widget-countdown.moto-preset-2 .countdown-item-delimiter {
    min-width: 10px;
    font-size: 20px;
  }
  .moto-widget-countdown.moto-preset-2 .countdown-item-block {
    height: 60px;
    width: 60px;
  }
}
.moto-widget-countdown.moto-preset-3 .countdown-item-amount {
  color: #1e3685;
  font-style: normal;
  font-weight: 100;
  font-size: 72px;
}
.moto-widget-countdown.moto-preset-3 .countdown-item-unit {
  color: #1e3685;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}
.moto-widget-countdown.moto-preset-3 .countdown-item-delimiter {
  min-width: 108px;
  font-size: 30px;
  color: transparent;
}
.moto-widget-countdown.moto-preset-3 .countdown-item-block {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #81868c;
  background-color: transparent;
  font-size: 12px;
  height: 185px;
  width: 185px;
  border-color: transparent;
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-style: none;
  border-radius: 0px;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
  background-color: transparent;
  border-bottom-width: 0px;
  border-color: transparent;
  border-left-width: 0px;
  border-radius: 0px;
  border-right-width: 0px;
  border-style: none;
  border-top-width: 0px;
  color: #2b2f40;
  font-size: 16px;
  font-style: normal;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__header-icon {
  color: #2b2f40;
  font-size: 16px;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__collapse-icon {
  color: #1e3685;
  font-size: 24px;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__collapse-icon:before {
  content: "\f054";
}
@media screen and (max-width: 1039px) {
  .moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
    font-size: 16px;
  }
  .moto-widget-accordion.moto-preset-default .moto-widget-accordion__header-icon {
    font-size: 16px;
  }
  .moto-widget-accordion.moto-preset-default .moto-widget-accordion__collapse-icon {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
    font-size: 14px;
  }
  .moto-widget-accordion.moto-preset-default .moto-widget-accordion__header-icon {
    font-size: 14px;
  }
  .moto-widget-accordion.moto-preset-default .moto-widget-accordion__collapse-icon {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .moto-widget-accordion.moto-preset-default .moto-widget-accordion__header {
    font-size: 16px;
  }
  .moto-widget-accordion.moto-preset-default .moto-widget-accordion__header-icon {
    font-size: 16px;
  }
  .moto-widget-accordion.moto-preset-default .moto-widget-accordion__collapse-icon {
    font-size: 16px;
  }
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item {
  border-bottom-width: 0px;
  border-color: transparent;
  border-left-width: 0px;
  border-radius: 0px;
  border-right-width: 0px;
  border-style: solid;
  border-top-width: 0px;
  margin-bottom: 0px;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item .moto-widget-accordion__header-title {
  text-decoration: none;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item .moto-widget-accordion__content {
  background-color: transparent;
  border-bottom-width: 0px;
  border-color: transparent;
  border-left-width: 0px;
  border-radius: 0px;
  border-style: none;
  border-top-width: 0px;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover {
  border-color: #d3dde4;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover .moto-widget-accordion__header {
  color: #2b2f40;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover .moto-widget-accordion__header-icon {
  color: #2b2f40;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item:hover .moto-widget-accordion__collapse-icon {
  color: #1e3685;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open {
  border-bottom-width: 0px;
  border-color: transparent;
  border-left-width: 0px;
  border-radius: 0px;
  border-style: none;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-title {
  text-decoration: none;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header {
  background-color: transparent;
  border-bottom-width: 1px;
  border-color: #d3dde4;
  border-radius: 0px;
  border-style: solid;
  color: #2b2f40;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-icon {
  color: #2b2f40;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon {
  color: #1e3685;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon:before {
  content: "\f056";
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open:hover {
  border-color: #d3dde4;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__header {
  color: #2b2f40;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__header-icon {
  color: #2b2f40;
}
.moto-widget-accordion.moto-preset-default .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__collapse-icon {
  color: #1e3685;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__header {
  background-color: transparent;
  border-bottom-width: 0px;
  border-color: transparent;
  border-left-width: 0px;
  border-radius: 0px;
  border-right-width: 0px;
  border-style: none;
  border-top-width: 0px;
  color: #1e3685;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__header-icon {
  color: #1e3685;
  font-size: 16px;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__collapse-icon {
  color: #1e3685;
  font-size: 24px;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__collapse-icon:before {
  content: "\f055";
}
@media screen and (max-width: 1039px) {
  .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__header {
    font-size: 16px;
  }
  .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__header-icon {
    font-size: 16px;
  }
  .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__collapse-icon {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__header {
    font-size: 14px;
  }
  .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__header-icon {
    font-size: 14px;
  }
  .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__collapse-icon {
    font-size: 14px;
  }
}
@media screen and (max-width: 479px) {
  .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__header {
    font-size: 14px;
  }
  .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__header-icon {
    font-size: 14px;
  }
  .moto-widget-accordion.moto-preset-2 .moto-widget-accordion__collapse-icon {
    font-size: 14px;
  }
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item {
  border-bottom-width: 1px;
  border-color: #bdbdbd;
  border-left-width: 1px;
  border-radius: 30px;
  border-right-width: 1px;
  border-style: solid;
  border-top-width: 1px;
  margin-bottom: 5px;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item .moto-widget-accordion__header-title {
  text-decoration: none;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item .moto-widget-accordion__content {
  background-color: transparent;
  border-bottom-width: 0px;
  border-color: #f2f5f7;
  border-left-width: 0px;
  border-radius: 0px;
  border-style: none;
  border-top-width: 0px;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover {
  border-color: #bdbdbd;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover .moto-widget-accordion__header {
  background-color: transparent;
  color: #1e3685;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover .moto-widget-accordion__header-icon {
  color: #1e3685;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item:hover .moto-widget-accordion__collapse-icon {
  color: #1e3685;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open {
  border-bottom-width: 1px;
  border-color: #bdbdbd;
  border-left-width: 1px;
  border-radius: 30px;
  border-right-width: 1px;
  border-style: solid;
  border-top-width: 1px;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-title {
  text-decoration: none;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header {
  background-color: transparent;
  border-bottom-width: 0px;
  border-color: transparent;
  border-radius: 0px;
  border-style: none;
  color: #1e3685;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-icon {
  color: #1e3685;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon {
  color: #1e3685;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon:before {
  content: "\f056";
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open:hover {
  border-color: #bdbdbd;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__header {
  color: #1e3685;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__header-icon {
  color: #1e3685;
}
.moto-widget-accordion.moto-preset-2 .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__collapse-icon {
  color: #1e3685;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__header {
  background-color: #2ab5f6;
  border-bottom-width: 0px;
  border-color: transparent;
  border-left-width: 0px;
  border-radius: 30px;
  border-right-width: 0px;
  border-style: none;
  border-top-width: 0px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__header-icon {
  color: #ffffff;
  font-size: 16px;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__collapse-icon {
  color: #ffffff;
  font-size: 14px;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__collapse-icon:before {
  content: "\f067";
}
@media screen and (max-width: 1039px) {
  .moto-widget-accordion.moto-preset-3 .moto-widget-accordion__header {
    font-size: 16px;
  }
  .moto-widget-accordion.moto-preset-3 .moto-widget-accordion__header-icon {
    font-size: 16px;
  }
  .moto-widget-accordion.moto-preset-3 .moto-widget-accordion__collapse-icon {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-accordion.moto-preset-3 .moto-widget-accordion__header {
    font-size: 14px;
  }
  .moto-widget-accordion.moto-preset-3 .moto-widget-accordion__header-icon {
    font-size: 14px;
  }
  .moto-widget-accordion.moto-preset-3 .moto-widget-accordion__collapse-icon {
    font-size: 14px;
  }
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item {
  border-bottom-width: 0px;
  border-color: transparent;
  border-left-width: 0px;
  border-radius: 0px;
  border-right-width: 0px;
  border-style: none;
  border-top-width: 0px;
  margin-bottom: 2px;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item .moto-widget-accordion__header-title {
  text-decoration: none;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item .moto-widget-accordion__content {
  background-color: transparent;
  border-bottom-width: 0px;
  border-color: transparent;
  border-left-width: 0px;
  border-radius: 0px;
  border-style: none;
  border-top-width: 0px;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item:hover .moto-widget-accordion__header {
  background-color: #2ab5f6;
  color: #ffffff;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item:hover .moto-widget-accordion__header-icon {
  color: #ffffff;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item:hover .moto-widget-accordion__collapse-icon {
  color: #ffffff;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open {
  border-bottom-width: 0px;
  border-color: transparent;
  border-left-width: 0px;
  border-radius: 0px;
  border-style: none;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-title {
  text-decoration: none;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header {
  background-color: #2ab5f6;
  border-bottom-width: 0px;
  border-color: transparent;
  border-radius: 30px;
  border-style: none;
  color: #ffffff;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__header-icon {
  color: #ffffff;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon {
  color: #ffffff;
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open .moto-widget-accordion__collapse-icon:before {
  content: "\f068";
}
.moto-widget-accordion.moto-preset-3 .moto-widget-accordion__item.moto-widget-accordion__item_open:hover .moto-widget-accordion__header {
  background-color: #2ab5f6;
}
.moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__item {
  margin-bottom: 0px;
  margin-left: 22px;
  margin-right: 22px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__item {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__item {
    margin-left: 9px;
    margin-right: 9px;
  }
}
.moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__item:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.moto-widget-social-links-extended.moto-preset-default.moto-align-left .moto-widget-social-links-extended__item {
  margin-left: 0;
}
.moto-widget-social-links-extended.moto-preset-default.moto-align-center .moto-widget-social-links-extended__item {
  margin-right: 11px;
  margin-left: 11px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-social-links-extended.moto-preset-default.moto-align-center .moto-widget-social-links-extended__item {
    margin-right: 6px;
    margin-left: 6px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-social-links-extended.moto-preset-default.moto-align-center .moto-widget-social-links-extended__item {
    margin-right: 4.5px;
    margin-left: 4.5px;
  }
}
.moto-widget-social-links-extended.moto-preset-default.moto-align-right .moto-widget-social-links-extended__item {
  margin-right: 0;
}
.moto-widget-social-links-extended.moto-preset-default.moto-align-right .moto-widget-social-links-extended__item:first-child {
  margin-left: 0;
}
.moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__link {
  font-size: 18px;
  width: 20px;
  height: 20px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-radius: 0px;
  border-style: none;
  color: #c9c9c9;
  background-color: transparent;
  border-color: transparent;
}
.moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__link:hover {
  color: #1e3685;
  background-color: transparent;
  border-color: transparent;
}
@media screen and (max-width: 1039px) {
  .moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__link {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__link {
    font-size: 15px;
  }
}
.moto-widget-social-links-extended.moto-preset-default .moto-widget-social-links-extended__link {
  width: auto;
  height: auto;
}
.moto-widget-social-links-extended.moto-preset-2 .moto-widget-social-links-extended__item {
  margin-bottom: 0px;
  margin-left: 13px;
  margin-right: 13px;
}
.moto-widget-social-links-extended.moto-preset-2 .moto-widget-social-links-extended__item:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.moto-widget-social-links-extended.moto-preset-2.moto-align-left .moto-widget-social-links-extended__item {
  margin-left: 0;
}
.moto-widget-social-links-extended.moto-preset-2.moto-align-center .moto-widget-social-links-extended__item {
  margin-right: 6.5px;
  margin-left: 6.5px;
}
.moto-widget-social-links-extended.moto-preset-2.moto-align-right .moto-widget-social-links-extended__item {
  margin-right: 0;
}
.moto-widget-social-links-extended.moto-preset-2.moto-align-right .moto-widget-social-links-extended__item:first-child {
  margin-left: 0;
}
.moto-widget-social-links-extended.moto-preset-2 .moto-widget-social-links-extended__link {
  font-size: 12px;
  width: 24px;
  height: 24px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-radius: 25px;
  border-style: none;
  color: #1e3685;
  background-color: #ffffff;
  border-color: transparent;
}
.moto-widget-social-links-extended.moto-preset-2 .moto-widget-social-links-extended__link:hover {
  color: #1e3685;
  background-color: #1e3685;
  border-color: transparent;
}
@media screen and (max-width: 1039px) {
  .moto-widget-social-links-extended.moto-preset-2 .moto-widget-social-links-extended__link {
    font-size: 13px;
    width: 23px;
    height: 23px;
  }
}
.moto-widget-social-links-extended.moto-preset-3 .moto-widget-social-links-extended__item {
  margin-bottom: 0px;
  margin-left: 14px;
  margin-right: 14px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-social-links-extended.moto-preset-3 .moto-widget-social-links-extended__item {
    margin-left: 5px;
    margin-right: 5px;
  }
}
.moto-widget-social-links-extended.moto-preset-3 .moto-widget-social-links-extended__item:last-child {
  margin-bottom: 0;
  margin-right: 0;
}
.moto-widget-social-links-extended.moto-preset-3.moto-align-left .moto-widget-social-links-extended__item {
  margin-left: 0;
}
.moto-widget-social-links-extended.moto-preset-3.moto-align-center .moto-widget-social-links-extended__item {
  margin-right: 7px;
  margin-left: 7px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-social-links-extended.moto-preset-3.moto-align-center .moto-widget-social-links-extended__item {
    margin-right: 2.5px;
    margin-left: 2.5px;
  }
}
.moto-widget-social-links-extended.moto-preset-3.moto-align-right .moto-widget-social-links-extended__item {
  margin-right: 0;
}
.moto-widget-social-links-extended.moto-preset-3.moto-align-right .moto-widget-social-links-extended__item:first-child {
  margin-left: 0;
}
.moto-widget-social-links-extended.moto-preset-3 .moto-widget-social-links-extended__link {
  font-size: 18px;
  width: 37px;
  height: 37px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-radius: 40px;
  border-style: none;
  color: #ffffff;
  background-color: #1e3685;
  border-color: transparent;
}
.moto-widget-social-links-extended.moto-preset-3 .moto-widget-social-links-extended__link:hover {
  color: #ffffff;
  background-color: #1e3685;
  border-color: transparent;
}
@media screen and (max-width: 1039px) {
  .moto-widget-social-links-extended.moto-preset-3 .moto-widget-social-links-extended__link {
    font-size: 20px;
    width: 32px;
    height: 32px;
  }
}
.moto-widget-back-to-top {
  top: auto;
  bottom: 60px;
  right: 40px;
  left: auto;
}
.moto-widget-back-to-top.moto-back-to-top-button_visible {
  -webkit-animation-name: none;
  animation-name: none;
}
@media screen and (max-width: 1039px) {
  .moto-widget-back-to-top {
    top: auto;
    bottom: 20px;
    right: 20px;
    left: auto;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-back-to-top {
    top: auto;
    left: auto;
  }
}
@media screen and (max-width: 479px) {
  .moto-widget-back-to-top {
    top: auto;
    left: auto;
  }
}
.moto-widget-back-to-top .moto-widget-back-to-top-link {
  width: 48px;
  height: 48px;
}
.moto-widget-back-to-top .moto-widget-back-to-top-link {
  font-size: 24px;
  background-color: rgba(211,216,219,0.8);
  color: #2e3a46;
  border-color: #ffffff;
  border-style: solid;
  border-bottom-width: 1px;
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-radius: 0px;
}
.moto-widget-back-to-top .moto-widget-back-to-top-link:hover {
  color: #d3d8db;
  background-color: #2e3a46;
  border-color: #d3d8db;
}
.moto-widget-back-to-top .moto-widget-back-to-top-icon:before {
  content: "\f077";
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header_desktop {
  margin-right: 15px;
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__headers-wrapper {
  margin-bottom: 22px;
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__content {
  border-style: none;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-radius: 17px;
  border-color: #d3d8db;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header {
  font-size: 23px;
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 5px;
  border-color: transparent;
  background-color: #f2f5f7;
  padding-top: 9px;
  padding-right: 64px;
  padding-bottom: 9px;
  padding-left: 64px;
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header-title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #00293f;
  text-decoration: none;
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header-icon {
  font-size: 23px;
  margin-right: 10px;
  color: #00293f;
  margin-left: 10px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-tabs.moto-preset-default .moto-widget-tabs__header_desktop {
    margin-right: 15px;
  }
  .moto-widget-tabs.moto-preset-default .moto-widget-tabs__header {
    padding-top: 15px;
    padding-right: 20px;
    padding-bottom: 15px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-tabs.moto-preset-default .moto-widget-tabs__item {
    margin-bottom: 15px;
  }
  .moto-widget-tabs.moto-preset-default .moto-widget-tabs__header {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 479px) {
  .moto-widget-tabs.moto-preset-default .moto-widget-tabs__header {
    padding-top: 10px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
  }
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header:hover {
  border-color: transparent;
  background-color: #1e3685;
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header:hover .moto-widget-tabs__header-title {
  color: #ffffff;
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header:hover .moto-widget-tabs__header-icon {
  color: #ffffff;
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header.moto-widget-tabs__header_opened {
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 5px;
  background-color: #0674d9;
  border-color: transparent;
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header.moto-widget-tabs__header_opened .moto-widget-tabs__header-title {
  color: #ffffff;
  text-decoration: none;
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header.moto-widget-tabs__header_opened .moto-widget-tabs__header-icon {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .moto-widget-tabs.moto-preset-default .moto-widget-tabs__header.moto-widget-tabs__header_opened {
    margin-bottom: 22px;
  }
}
.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical .moto-widget-tabs__headers-wrapper {
  margin-left: 22px;
  margin-right: 22px;
}
.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop {
  margin-bottom: 15px;
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header_desktop:last-child,
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__header-icon:last-child,
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__headers-wrapper_icon-right .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__headers-wrapper_icon-right + .moto-widget-tabs__items-wrapper .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop,
.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical_right .moto-widget-tabs__headers-wrapper {
  margin-right: 0;
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__headers-wrapper_icon-left .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__headers-wrapper_icon-left + .moto-widget-tabs__items-wrapper .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical_left .moto-widget-tabs__headers-wrapper {
  margin-left: 0;
}
.moto-widget-tabs.moto-preset-default .moto-widget-tabs__item:last-child,
.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical .moto-widget-tabs__headers-wrapper,
.moto-widget-tabs.moto-preset-default.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop:last-child {
  margin-bottom: 0;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header_desktop {
  margin-right: 0px;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__headers-wrapper {
  margin-bottom: 0px;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__content {
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  background-color: #d3dde4;
  border-color: transparent;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header {
  font-size: 18px;
  border-style: solid;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-radius: 0px;
  border-color: #ffffff;
  background-color: transparent;
  padding-top: 21px;
  padding-right: 30px;
  padding-bottom: 21px;
  padding-left: 30px;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header-title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header-icon {
  font-size: 18px;
  margin-right: 10px;
  color: #ffffff;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .moto-widget-tabs.moto-preset-2 .moto-widget-tabs__item {
    margin-bottom: 0px;
  }
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header:hover {
  border-color: #ffffff;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header:hover .moto-widget-tabs__header-title {
  color: #1e3685;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header:hover .moto-widget-tabs__header-icon {
  color: #1e3685;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened {
  border-style: solid;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-radius: 0px;
  background-color: transparent;
  border-color: #ffffff;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened .moto-widget-tabs__header-title {
  color: #1e3685;
  text-decoration: none;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened .moto-widget-tabs__header-icon {
  color: #1e3685;
}
@media screen and (max-width: 767px) {
  .moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened {
    margin-bottom: 0px;
  }
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened:hover {
  background-color: transparent;
  border-color: #ffffff;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened:hover .moto-widget-tabs__header-title {
  color: #1e3685;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened:hover .moto-widget-tabs__header-icon {
  color: #1e3685;
}
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical .moto-widget-tabs__headers-wrapper {
  margin-left: 0px;
  margin-right: 0px;
}
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop {
  margin-bottom: 0px;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header_desktop:last-child,
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header-icon:last-child,
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__headers-wrapper_icon-right .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__headers-wrapper_icon-right + .moto-widget-tabs__items-wrapper .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop,
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical_right .moto-widget-tabs__headers-wrapper {
  margin-right: 0;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__headers-wrapper_icon-left .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__headers-wrapper_icon-left + .moto-widget-tabs__items-wrapper .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical_left .moto-widget-tabs__headers-wrapper {
  margin-left: 0;
}
.moto-widget-tabs.moto-preset-2 .moto-widget-tabs__item:last-child,
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical .moto-widget-tabs__headers-wrapper,
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop:last-child {
  margin-bottom: 0;
}
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-horizontal .moto-widget-tabs__headers-wrapper {
  margin-bottom: 0px;
}
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical_left .moto-widget-tabs__headers-wrapper {
  margin-right: 0px;
}
.moto-widget-tabs.moto-preset-2.moto-widget-tabs_type-vertical_right .moto-widget-tabs__headers-wrapper {
  margin-left: 0px;
}
@media screen and (max-width: 767px) {
  .moto-widget-tabs.moto-preset-2 .moto-widget-tabs__header.moto-widget-tabs__header_opened {
    margin-bottom: 0px;
  }
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header_desktop {
  margin-right: 1px;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__headers-wrapper {
  margin-bottom: 0px;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__content {
  border-style: solid;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-radius: 0px;
  background-color: #ffffff;
  border-color: #d3dde4;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header {
  font-size: 14px;
  border-style: solid;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-radius: 0px;
  border-color: transparent;
  background-color: #d3dde4;
  padding-top: 18px;
  padding-right: 30px;
  padding-bottom: 18px;
  padding-left: 30px;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header-title {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  color: #1e3685;
  text-decoration: none;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header-icon {
  font-size: 18px;
  margin-right: 10px;
  color: #1e3685;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .moto-widget-tabs.moto-preset-3 .moto-widget-tabs__item {
    margin-bottom: 1px;
  }
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header:hover {
  background-color: #bdbdbd;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header:hover .moto-widget-tabs__header-title {
  color: #1e3685;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header:hover .moto-widget-tabs__header-icon {
  color: #1e3685;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header.moto-widget-tabs__header_opened {
  border-style: solid;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 0px;
  border-radius: 0px;
  background-color: #ffffff;
  border-color: #d3dde4;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header.moto-widget-tabs__header_opened .moto-widget-tabs__header-title {
  color: #1e3685;
  text-decoration: none;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header.moto-widget-tabs__header_opened .moto-widget-tabs__header-icon {
  color: #1e3685;
}
@media screen and (max-width: 767px) {
  .moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header.moto-widget-tabs__header_opened {
    margin-bottom: 0px;
  }
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header.moto-widget-tabs__header_opened:hover {
  background-color: #f2f5f7;
  border-color: #d3dde4;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header.moto-widget-tabs__header_opened:hover .moto-widget-tabs__header-title {
  color: #1e3685;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header.moto-widget-tabs__header_opened:hover .moto-widget-tabs__header-icon {
  color: #1e3685;
}
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical .moto-widget-tabs__headers-wrapper {
  margin-left: 0px;
  margin-right: 0px;
}
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop {
  margin-bottom: 1px;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header_desktop:last-child,
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header-icon:last-child,
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__headers-wrapper_icon-right .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__headers-wrapper_icon-right + .moto-widget-tabs__items-wrapper .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop,
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical_right .moto-widget-tabs__headers-wrapper {
  margin-right: 0;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__headers-wrapper_icon-left .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__headers-wrapper_icon-left + .moto-widget-tabs__items-wrapper .moto-widget-tabs__header-icon,
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical_left .moto-widget-tabs__headers-wrapper {
  margin-left: 0;
}
.moto-widget-tabs.moto-preset-3 .moto-widget-tabs__item:last-child,
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical .moto-widget-tabs__headers-wrapper,
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical .moto-widget-tabs__header_desktop:last-child {
  margin-bottom: 0;
}
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-horizontal .moto-widget-tabs__headers-wrapper {
  margin-bottom: -1px;
}
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical_left .moto-widget-tabs__headers-wrapper {
  margin-right: -1px;
}
.moto-widget-tabs.moto-preset-3.moto-widget-tabs_type-vertical_right .moto-widget-tabs__headers-wrapper {
  margin-left: -1px;
}
@media screen and (max-width: 767px) {
  .moto-widget-tabs.moto-preset-3 .moto-widget-tabs__header.moto-widget-tabs__header_opened {
    margin-bottom: -1px;
  }
}
.moto-cookie-notification {
  background-color: #1f2228;
}
.moto-cookie-notification__button_close {
  color: rgba(255,255,255,0.4);
}
.moto-cookie-notification__button_close:hover {
  color: #ffffff;
}
.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item {
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  border-color: transparent;
}
.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-layer {
  background-color: transparent;
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  border-color: transparent;
}
.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-layer-icon {
  color: transparent;
}
.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-layer-icon:before {
  content: "\f067";
}
.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-caption {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
  background-color: rgba(46,58,70,0.85);
  font-size: 16px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}
.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer {
  background-color: rgba(85,97,109,0.45);
}
.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer-icon {
  font-size: 42px;
  color: #ffffff;
}
@media screen and (max-width: 1039px) {
  .moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-caption {
    padding-top: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-caption {
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    font-size: 14px;
  }
  .moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer-icon {
    font-size: 30px;
  }
}
.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item-caption {
  position: absolute;
  width: 100%;
  bottom: -100%;
  left: 0;
  right: 0;
}
.moto-widget-tile-gallery.moto-preset-default .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-caption {
  bottom: 0;
}
.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item {
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  border-color: transparent;
}
.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-layer {
  background-color: transparent;
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  border-color: transparent;
}
.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-layer-icon {
  font-size: 40px;
  color: transparent;
}
.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-layer-icon:before {
  content: "\f00e";
}
.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-caption {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #2e3a48;
  background-color: transparent;
  font-size: 16px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer {
  background-color: rgba(255,255,255,0.75);
}
.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer-icon {
  color: #2e3a48;
}
@media screen and (max-width: 767px) {
  .moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-layer-icon {
    font-size: 30px;
  }
  .moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-caption {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    font-size: 14px;
  }
}
.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item-layer {
  margin: 0;
  padding: 0;
  padding-top: 30px;
}
.moto-widget-tile-gallery.moto-preset-2 .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer {
  padding-top: 0;
}
.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item {
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  border-color: transparent;
}
.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-layer {
  background-color: transparent;
  border-style: solid;
  border-left-width: 16px;
  border-top-width: 16px;
  border-right-width: 16px;
  border-bottom-width: 16px;
  border-radius: 0px;
  border-color: transparent;
}
.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-layer-icon {
  font-size: 40px;
  color: transparent;
}
.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-layer-icon:before {
  content: "\f00e";
}
.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-caption {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
  color: #ffffff;
  background-color: transparent;
  font-size: 16px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}
.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer {
  background-color: rgba(46,58,72,0.85);
}
.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer-icon {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-layer-icon {
    font-size: 30px;
  }
  .moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-caption {
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
    font-size: 14px;
  }
}
.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item-layer {
  margin: 0;
  padding: 0;
  padding-bottom: 16px;
}
.moto-widget-tile-gallery.moto-preset-3 .moto-widget-tile-gallery__item:hover .moto-widget-tile-gallery__item-layer {
  padding-bottom: 0;
}
.moto-widget-blog-post_tags.moto-preset-default .moto-widget-blog-post_tags__item-link {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  border-style: solid;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-radius: 10px;
  text-decoration: none;
  color: #2e3a46;
  background-color: #ffffff;
  border-color: #d3d8db;
}
.moto-widget-blog-post_tags.moto-preset-default .moto-widget-blog-post_tags__item-link:hover {
  font-style: normal;
  font-weight: 400;
  background-color: #d3d8db;
}
.moto-widget-blog-post_tags.moto-preset-default .moto-widget-blog-post_tags__item {
  margin-right: 4px;
  margin-bottom: 4px;
}
.moto-widget-blog-post_tags.moto-preset-default .moto-widget-blog-post_tags__title {
  margin-right: 15px;
  margin-bottom: 4px;
}
.moto-widget-blog-category_list.moto-preset-default .moto-widget-blog-category_list__item {
  padding-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-color: #d3d8db;
  border-bottom-width: 1px;
  margin-bottom: 10px;
}
.moto-widget-blog-category_list.moto-preset-default .moto-widget-blog-category_list__item-link {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #55616d;
}
.moto-widget-blog-category_list.moto-preset-default .moto-widget-blog-category_list__item-link:hover {
  color: #2e3a46;
}
.moto-widget-blog-category_list.moto-preset-default .moto-widget-blog-category_list__item-text {
  font-size: 16px;
  text-decoration: none;
}
.moto-widget-blog-category_list.moto-preset-default .moto-widget-blog-category_list__item-text:hover {
  text-decoration: underline;
}
.moto-widget-blog-category_list.moto-preset-default .moto-widget-blog-category_list__item-link:hover .moto-widget-blog-category_list__item-icon {
  color: #81868c;
}
.moto-widget-blog-category_list.moto-preset-default .moto-widget-blog-category_list__item-icon {
  font-size: 8px;
  margin-right: 10px;
  color: #2e3a46;
}
.moto-widget-blog-category_list.moto-preset-2 .moto-widget-blog-category_list__item {
  padding-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-color: #2e3a46;
  border-bottom-width: 1px;
  margin-bottom: 10px;
}
.moto-widget-blog-category_list.moto-preset-2 .moto-widget-blog-category_list__item-link {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #81868c;
}
.moto-widget-blog-category_list.moto-preset-2 .moto-widget-blog-category_list__item-link:hover {
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
}
.moto-widget-blog-category_list.moto-preset-2 .moto-widget-blog-category_list__item-text {
  font-size: 16px;
  text-decoration: none;
}
.moto-widget-blog-category_list.moto-preset-2 .moto-widget-blog-category_list__item-link:hover .moto-widget-blog-category_list__item-icon {
  color: #55616d;
}
.moto-widget-blog-category_list.moto-preset-2 .moto-widget-blog-category_list__item-icon {
  font-size: 10px;
  margin-right: 10px;
  color: #d3d8db;
}
.moto-widget-content_slider.moto-preset-default .bx-prev,
.moto-widget-content_slider.moto-preset-default .bx-next {
  background-color: #899098;
  border-color: #899098;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.moto-widget-content_slider.moto-preset-default .bx-prev:before,
.moto-widget-content_slider.moto-preset-default .bx-next:before {
  font-size: 30px;
}
.moto-widget-content_slider.moto-preset-default .bx-prev:hover,
.moto-widget-content_slider.moto-preset-default .bx-next:hover {
  background-color: #2e3a46;
  border-color: #2e3a46;
}
@media screen and (max-width: 1039px) {
  .moto-widget-content_slider.moto-preset-default .bx-prev,
  .moto-widget-content_slider.moto-preset-default .bx-next {
    width: 40px;
    height: 40px;
  }
  .moto-widget-content_slider.moto-preset-default .bx-prev:before,
  .moto-widget-content_slider.moto-preset-default .bx-next:before {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-content_slider.moto-preset-default .bx-prev,
  .moto-widget-content_slider.moto-preset-default .bx-next {
    width: 24px;
    height: 24px;
  }
  .moto-widget-content_slider.moto-preset-default .bx-prev:before,
  .moto-widget-content_slider.moto-preset-default .bx-next:before {
    font-size: 12px;
  }
}
.moto-widget-content_slider.moto-preset-default .bx-pager-link {
  border-style: none;
  width: 12px;
  height: 12px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  background-color: #d3d8db;
  color: #2e3a46;
  transition: .4s;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.moto-widget-content_slider.moto-preset-default .bx-pager {
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-content_slider.moto-preset-default .bx-pager {
    bottom: 20px;
  }
}
.moto-widget-content_slider.moto-preset-default .bx-pager-item:not(:last-child) {
  margin-right: 6px;
}
.moto-widget-content_slider.moto-preset-default .bx-pager-link {
  border-style: none;
  width: 12px;
  height: 12px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 0px;
  background-color: #d3d8db;
  color: #2e3a46;
  transition: .4s;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.moto-widget-content_slider.moto-preset-default .bx-pager-link:hover {
  background-color: #81868c;
}
.moto-widget-content_slider.moto-preset-default .bx-pager-link.active {
  color: #ffffff;
  background-color: #2e3a46;
  border-color: #2e3a46;
}
.moto-widget-content_slider.moto-preset-default .bx-prev {
  left: 40px;
}
.moto-widget-content_slider.moto-preset-default .bx-prev:before {
  content: "\f104";
}
@media screen and (max-width: 1039px) {
  .moto-widget-content_slider.moto-preset-default .bx-prev {
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-content_slider.moto-preset-default .bx-prev {
    left: 10px;
  }
}
.moto-widget-content_slider.moto-preset-default .bx-next {
  right: 40px;
}
.moto-widget-content_slider.moto-preset-default .bx-next:before {
  content: "\f105";
}
@media screen and (max-width: 1039px) {
  .moto-widget-content_slider.moto-preset-default .bx-next {
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-content_slider.moto-preset-default .bx-next {
    right: 10px;
  }
}
.moto-widget-content_slider.moto-preset-default .moto-widget-loader__indicator {
  border-top-color: rgba(24,27,39,0.2);
  border-right-color: rgba(24,27,39,0.2);
  border-bottom-color: rgba(24,27,39,0.2);
  border-left-color: #181b27;
}
.moto-widget-content_slider.moto-preset-2 .bx-prev,
.moto-widget-content_slider.moto-preset-2 .bx-next {
  background-color: #899098;
  border-color: #899098;
  color: #ffffff;
  width: 50px;
  height: 50px;
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 50px;
  top: 50%;
  transform: translateY(-50%);
  transition: .4s;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
}
.moto-widget-content_slider.moto-preset-2 .bx-prev:before,
.moto-widget-content_slider.moto-preset-2 .bx-next:before {
  font-size: 30px;
}
.moto-widget-content_slider.moto-preset-2 .bx-prev:hover,
.moto-widget-content_slider.moto-preset-2 .bx-next:hover {
  background-color: #2e3a46;
  border-color: #2e3a46;
}
@media screen and (max-width: 1039px) {
  .moto-widget-content_slider.moto-preset-2 .bx-prev,
  .moto-widget-content_slider.moto-preset-2 .bx-next {
    width: 40px;
    height: 40px;
  }
  .moto-widget-content_slider.moto-preset-2 .bx-prev:before,
  .moto-widget-content_slider.moto-preset-2 .bx-next:before {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-content_slider.moto-preset-2 .bx-prev,
  .moto-widget-content_slider.moto-preset-2 .bx-next {
    width: 24px;
    height: 24px;
  }
  .moto-widget-content_slider.moto-preset-2 .bx-prev:before,
  .moto-widget-content_slider.moto-preset-2 .bx-next:before {
    font-size: 12px;
  }
}
.moto-widget-content_slider.moto-preset-2 .bx-pager-link {
  border-style: none;
  width: 12px;
  height: 12px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 50px;
  background-color: #d3d8db;
  color: #2e3a46;
  transition: .4s;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0px;
}
.moto-widget-content_slider.moto-preset-2 .bx-pager {
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}
@media screen and (max-width: 1039px) {
  .moto-widget-content_slider.moto-preset-2 .bx-pager {
    bottom: 20px;
  }
}
.moto-widget-content_slider.moto-preset-2 .bx-pager-item:not(:last-child) {
  margin-right: 6px;
}
.moto-widget-content_slider.moto-preset-2 .bx-pager-link {
  border-style: none;
  width: 12px;
  height: 12px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-radius: 50px;
  background-color: #d3d8db;
  color: #2e3a46;
  transition: .4s;
  font-family: tahoma, arial, helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0px;
}
.moto-widget-content_slider.moto-preset-2 .bx-pager-link:hover {
  background-color: #81868c;
  color: #ffffff;
}
.moto-widget-content_slider.moto-preset-2 .bx-pager-link.active {
  color: #ffffff;
  background-color: #2e3a46;
  border-color: #2e3a46;
}
.moto-widget-content_slider.moto-preset-2 .bx-prev {
  left: 40px;
}
.moto-widget-content_slider.moto-preset-2 .bx-prev:before {
  content: "\f104";
}
@media screen and (max-width: 1039px) {
  .moto-widget-content_slider.moto-preset-2 .bx-prev {
    left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-content_slider.moto-preset-2 .bx-prev {
    left: 10px;
  }
}
.moto-widget-content_slider.moto-preset-2 .bx-next {
  right: 40px;
}
.moto-widget-content_slider.moto-preset-2 .bx-next:before {
  content: "\f105";
}
@media screen and (max-width: 1039px) {
  .moto-widget-content_slider.moto-preset-2 .bx-next {
    right: 40px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-content_slider.moto-preset-2 .bx-next {
    right: 10px;
  }
}
.moto-widget-content_slider.moto-preset-2 .moto-widget-loader__indicator {
  border-top-color: rgba(24,27,39,0.2);
  border-right-color: rgba(24,27,39,0.2);
  border-bottom-color: rgba(24,27,39,0.2);
  border-left-color: #181b27;
}
.moto-widget-callback.moto-preset-default {
  bottom: 40px;
  right: 40px;
  left: auto;
  box-shadow: 0 4px 10px 0 rgba(46,58,70,0.35);
  background-color: #ffffff;
  color: #434f53;
  max-height: 80vh;
}
@media screen and (max-width: 1039px) {
  .moto-widget-callback.moto-preset-default {
    bottom: 35px;
    right: 35px;
  }
}
@media screen and (max-width: 767px) {
  .moto-widget-callback.moto-preset-default {
    bottom: 30px;
    right: 30px;
  }
}
@media screen and (max-width: 479px) {
  .moto-widget-callback.moto-preset-default {
    bottom: 25px;
    right: 25px;
  }
}
.moto-widget-callback.moto-preset-default.moto-widget-callback_opened,
.moto-widget-callback.moto-preset-default.moto-widget-callback_opening {
  border-radius: 3px;
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-color: transparent;
}
.moto-widget-callback.moto-preset-default.moto-widget-callback_closed,
.moto-widget-callback.moto-preset-default.moto-widget-callback_closing {
  border-style: none;
  border-left-width: 0px;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-color: transparent;
  border-radius: 40px;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__agent .moto-widget-callback__thumbnail_image:not(.moto-widget-callback__thumbnail_empty) {
  border-radius: 40px;
  margin-bottom: 10px;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__agent .moto-widget-callback__thumbnail_icon:not(.moto-widget-callback__thumbnail_empty) {
  font-size: 80px;
  margin-bottom: 10px;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__more-details-divider {
  border-top-color: #d3d8db;
  border-top-width: 1px;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__more-details-button {
  color: #adb0b4;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__more-details-button:hover {
  color: #81868c;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__close-button {
  color: #adb0b4;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__close-button:hover {
  color: #81868c;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__overlay_open-button {
  background-color: transparent;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__overlay_link {
  background-color: transparent;
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__open-button:hover .moto-widget-callback__overlay_open-button {
  background-color: rgba(255,255,255,0.35);
}
.moto-widget-callback.moto-preset-default .moto-widget-callback__more-details-item:hover .moto-widget-callback__overlay_link {
  background-color: rgba(255,255,255,0.25);
}
.moto-widget-breadcrumbs.moto-preset-default .moto-widget-breadcrumbs__list {
  background-color: transparent;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-color: transparent;
  border-radius: 0px;
  border-style: none;
}
.moto-widget-breadcrumbs.moto-preset-default .moto-widget-breadcrumbs__item-content {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  background-color: transparent;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-color: transparent;
  border-radius: 0px;
  border-style: none;
}
.moto-widget-breadcrumbs.moto-preset-default .moto-widget-breadcrumbs__item-content_link {
  color: #55616d;
  text-decoration: none;
}
.moto-widget-breadcrumbs.moto-preset-default .moto-widget-breadcrumbs__item-content_link:hover {
  color: #2e3a46;
}
.moto-widget-breadcrumbs.moto-preset-default .moto-widget-breadcrumbs__item-content_current {
  color: #55616d;
}
.moto-widget-breadcrumbs.moto-preset-default .moto-widget-breadcrumbs__item-delimiter {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #55616d;
}
.moto-widget-breadcrumbs.moto-preset-default .moto-widget-breadcrumbs__item-icon {
  color: #55616d;
  font-size: 12px;
  margin-right: 5px;
}
.moto-widget-breadcrumbs.moto-preset-default .moto-widget-breadcrumbs__item:hover .moto-widget-breadcrumbs__item-icon {
  color: #2e3a46;
}
.moto-widget-breadcrumbs.moto-preset-default .moto-widget-breadcrumbs__item-delimiter,
.moto-widget-breadcrumbs.moto-preset-default .moto-widget-breadcrumbs__item:not(:last-child) {
  margin-right: 10px;
}
.moto-widget-breadcrumbs.moto-preset-default .moto-widget-breadcrumbs__item-icon:last-child {
  margin-right: 0;
}
.moto-widget-breadcrumbs.moto-preset-2 .moto-widget-breadcrumbs__list {
  background-color: transparent;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-color: transparent;
  border-radius: 0px;
  border-style: none;
}
.moto-widget-breadcrumbs.moto-preset-2 .moto-widget-breadcrumbs__item-content {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  padding-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  background-color: transparent;
  border-bottom-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-top-width: 0px;
  border-color: transparent;
  border-radius: 0px;
  border-style: none;
}
.moto-widget-breadcrumbs.moto-preset-2 .moto-widget-breadcrumbs__item-content_link {
  color: #ffffff;
  text-decoration: none;
}
.moto-widget-breadcrumbs.moto-preset-2 .moto-widget-breadcrumbs__item-content_link:hover {
  color: #d3d8db;
}
.moto-widget-breadcrumbs.moto-preset-2 .moto-widget-breadcrumbs__item-content_current {
  color: #ffffff;
}
.moto-widget-breadcrumbs.moto-preset-2 .moto-widget-breadcrumbs__item-delimiter {
  font-family: tahoma, arial, helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #ffffff;
}
.moto-widget-breadcrumbs.moto-preset-2 .moto-widget-breadcrumbs__item-icon {
  color: #ffffff;
  font-size: 12px;
  margin-right: 5px;
}
.moto-widget-breadcrumbs.moto-preset-2 .moto-widget-breadcrumbs__item:hover .moto-widget-breadcrumbs__item-icon {
  color: #d3d8db;
}
.moto-widget-breadcrumbs.moto-preset-2 .moto-widget-breadcrumbs__item-delimiter,
.moto-widget-breadcrumbs.moto-preset-2 .moto-widget-breadcrumbs__item:not(:last-child) {
  margin-right: 10px;
}
.moto-widget-breadcrumbs.moto-preset-2 .moto-widget-breadcrumbs__item-icon:last-child {
  margin-right: 0;
}
.container-fluid,
.moto-cell {
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.moto-container_width-fixed,
.row-fixed .container-fluid {
  max-width: 1200px;
}



/*********************НОВОСТИ*********************/

/****Список новостей****/
.list-title__text{
    text-align: center;
    font-weight: bolder;
    min-height:47px;
}
.list-title__text a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-list-card .list-title__icon{
    width: 100%!important;
    height: auto;
    background-size: auto 100%;
    margin: 0 auto;
    border-radius:5px;
}
.news-list-card .list-title__icon:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.list-block.js-filter-block{
    margin-top:20px;
    display: block;
    overflow: auto;
}

.list-block__wrapper {
	padding: 30px;
	transition: all 0.3s;

	box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.07);
	background: #ffffff;
	border-radius: 2px;
}

	.list-block__wrapper:hover,
	.list-block__wrapper_active {
		box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.20);
	}

.list-block__wrapper_active {
	position: relative;
	height: auto;
	z-index: 15;
	box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.3);
}

.list-block__item {
	margin-bottom: 25px;
	display: inline-block;
	float: left;
	padding: 0 15px;
	font-size:15px;
}

.list__help {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 20px;
	height: 12px;
}

	.list__help .icon {
		width: 20px;
		height: 12px;
		transition: all 0.3s;
		display: block;
	}

.list__more {
	display: none;
	margin-bottom: 20px;
}

.list-block__wrapper_active .list__help .icon {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
/* form */
.jq-checkbox {
	width: 20px;
	height: 20px;
	background: #f3f4f5;
	border: 1px solid #CADDF2;
	vertical-align: middle;
	cursor: pointer;
	margin: -3px 8px 0 0;
	border-radius: 2px;
}

.jq-checkbox__div {
	width: 16px;
	height: 16px;
	background: url(img/check.svg) no-repeat 0 0;
	background-size: 100%;
	position: absolute;
	top: 3px;
	left: 2px;
	opacity: 0;
	transition: all 0.3s;
}

.jq-checkbox.checked .jq-checkbox__div {
	opacity: 1;
}

.jq-checkbox.disabled {
	background: #E6E7E8;
	cursor: default;
}

.checkbox-all label {
	font-size: 0.8em;
}

.check_label {
	cursor: pointer;
}

.jq-radio + label {
	cursor: pointer;
}

.jq-radio {
	width: 20px;
	height: 20px;
	background: #f3f4f5;
	border: 1px solid #CADDF2;
	vertical-align: middle;
	cursor: pointer;
	margin-right: 8px;
	border-radius: 6px;
}

.jq-radio__div {
	background: #0066B3;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 4px;
	left: 4px;
	opacity: 0;
	transition: all 0.3s;
	border-radius: 50%;
}

.jq-radio.checked .jq-radio__div {
	opacity: 1;
}

.jq-radio.disabled {
	background: #E6E7E8;
	cursor: default;
}

.select2-container {
	width: 100% !important;
	display: block;
}

.select2-container--default .select2-selection--single {
	background-color: #fffff;
	border-color: #CADDF2;
	height: 40px;
}

.list-block__item {
	width: 33.3%;
}


/*****Одна новость****/
.page-content.one-new{
    display: block;
    overflow: auto;
}

.page-content.one-new .list-block__item{
    width: 100%;
}
.center-img{
    text-align: center;
}
.center-img img{
    max-width:450px;
}
.page-content.one-new h2,
.page-content.one-new h1{
    text-align: center;
}
@media screen and (max-width: 1023px) {
	.list-block__item {
		width: 50%;
	}
    
}
@media screen and (max-width: 780px) {
	div.center-img> img {
		width: 100%;
		height: auto;
	}
}
@media screen and (max-width: 640px) {
	.list-block__item {
		width: 100%;
	}
}


.colonka111 {
	       background: #0263b2;
	}


.colonka222 {
	       background: #ffffff;
	}

.colonka333 {
	       background: #0263b2;
	}
	
	
	
	
	
	.colonka444 {
	border: 0px solid #0063b487;
   
	
	}
	
	
	
	
	
	
	
	
	.kopkamod1 {
	    font-family: 'ekibastuz', sans-serif;
    font-style: normal;
    color: #0263b2;
    background-color: #ffffff;
    border: 0px solid rgba(255,255,255,.5);
        text-decoration: none;
    font-family: "Helvetica";
    padding: 14.5px 10px;
    font-size: 13px;
        border-radius: 5px;
	}
	
	
	
	
	
	@media screen and (max-width: 767px) {

    .moto-widget-menu-list.moto-widget-menu-list_horizontal {

        background: #ffffff!important;
        border: 1px solid #f1f1f1;
        box-shadow: 1px 1px 5px rgba(0,0,0,.1);
        border-radius: 3px;

    }

    .moto-widget-menu-list.moto-widget-menu-list_horizontal .moto-widget-menu-item {

        padding: 10px;

    }

}
	