/* grid */
.maxwidth-theme {
    max-width: 1348px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.maxwidth-theme:after, .maxwidth-theme:before {
    content: "";
    display: block;
    clear: both;
}
.pull-left {float:left !important;}
.pull-right {float:right !important;}

@media (max-width: 1428px) {
    .maxwidth-theme {
        padding-left: 40px;
        padding-right: 40px;
    }
}
@media (max-width: 767px) {
    .maxwidth-theme {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* text */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 30px;
}
h1 {
    font-size: 40px;
}
h2 {
    font-size: 38px;
    line-height: 45px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}
p {
    font-size: 15px;
    margin-bottom: 30px;
}
@media (max-width: 767px) {
    h1 {
        font-size: 34px;
    }
    h2 {
        font-size: 30px;
    }
    h3 {
        font-size: 22px;
    }
    h4 {
        font-size: 20px;
    }
}

/* simplebar styles */
.simplebar-scrollbar {
    width: 3px;
}
.simplebar-scrollbar::before {
    background-color: #c4c4c4;
}

/* 404 */
.page404 {
    margin: 100px 0;
}
.page404 > div {
    text-align: center;
}
.page404-title {
    margin-top: 90px;
    font-size: 38px;
    line-height: 46px;
    font-weight: bold;
    color: #333333;
}
.page404-text {
    margin-top: 25px;
    font-size: 15px;
    line-height: 27px;
    color: #666666;
}
.page404-btn {
    margin-top: 32px;
}
.page404-image {
    height: 360px;
}
.page404-image svg {
    width: 100%;
    max-width: 650px;
    height: 100%;
}
@media (max-width: 767px) {
    .page404 {
        margin: 50px 0;
    }
    .page404-image {
        height: 150px;
    }
}

/* TODO: move styles below from here */
/* pagetitle */
section.page-top {
    position: relative;
    padding-top: 51px;
    padding-bottom: 63px;
}
.breadcrumb{padding:0;margin: 0 0 7px;list-style:none;background:none;}
.breadcrumb > li, .breadcrumb .active, .breadcrumb a, .breadcrumb > *{margin:0;text-decoration:none;color:#bbbbbb;}
.breadcrumb > li{text-shadow:none;padding:0;font-size:0.8667em;}
.breadcrumb > li:before{display:none;}
.breadcrumb > li:after{content:"\2014";margin:0;padding:0 11px;vertical-align:middle;color:#dddddd;display:inline-block;position:static;background:none;width:auto;height:auto;}
.breadcrumb > li:last-of-type:after{display:none;}

.msg-btn {
    outline: none !important;
    padding: 0;
    position: fixed;
    z-index: 999998;
    height: 80px;
    width: 80px;
    border-radius: 100px;
    border: 0;
    background-color: transparent;
    right: 50px;
    bottom: 50px;
    animation: pulse 1.4s infinite linear;
    backface-visibility: hidden;
}
.msg-btn__icon {
  box-shadow: 0px 0px 20px 0px rgba(51, 51, 51, 0.3);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: inherit;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 780px) {
  .msg-btn {
    right: 30px;
    bottom: 30px;
  }
}
@media screen and (max-width: 560px) {
  .msg-btn {
    height: 60px;
    width: 60px;
  }
}
.msg-btn::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  animation: shine 4.1s infinite linear;
  backface-visibility: hidden;
  background-color: #14ff3f;
  border-radius: inherit;
  pointer-events: none;
  z-index: 1;
}
.msg-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  padding: 5vh 5vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #545454;
  font-size: 14px;
  z-index: 999999;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.35s ease;
}
@media screen and (max-width: 780px) {
  .msg-modal {
    align-items: center;
  }
}
.msg-modal._isactive {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.msg-modal._isactive .msg-modal__wrap {
  opacity: 1;
  transform: translateY(0);
}
.msg-modal img {
  display: block;
  max-width: 100%;
  height: auto;
}
.msg-modal__close {
  position: absolute;
  top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 0;
  height: 20px;
  width: 20px;
  border: 0;
  color: #ccc;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: contain;
  float: right;
  margin-right: 20px;
  cursor: pointer;
  font-size: 45px;
  font-weight: 400;
  transition: color 0.35s ease;
}
.msg-modal__close:hover {
  color: #a8a7a7;
}
.msg-modal__wrap {
  position: relative;
  max-width: 680px;
  width: 100%;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0px 0px 20px 0px rgba(51, 51, 51, 0.2);
  padding: 30px 0;
  transition: 0.35s ease 0.1s;
  opacity: 0;
  transform: translateY(50px);
}
@media screen and (max-width: 560px) {
  .msg-modal__wrap {
    border-radius: 10px;
  }
}
.msg-modal__content {
  display: flex;
  flex-direction: column;
  gap: 2em;
}
.msg-modal__container {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.msg-modal__container:not(:first-child) {
  border-top: 1px solid #ccc;
  padding-top: 2em;
}
@media screen and (max-width: 780px) {
  .msg-modal__container:not(:first-child) {
    display: none;
  }
}
.msg-modal__title {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  margin: 1em 0;
}
@media screen and (max-width: 560px) {
  .msg-modal__title {
    font-size: 5vw;
  }
}
.msg-modal__subtitle {
  font-size: 20px;
  text-align: center;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 780px) {
  .msg-modal__subtitle {
    display: none;
  }
}
.msg-modal__small {
  text-align: center;
  font-size: 12px;
  max-width: 78%;
  line-height: 1.4;
}
.msg-modal__small a {
  color: #ff8929;
}
@media screen and (max-width: 780px) {
  .msg-modal__small {
    max-width: 100%;
  }
}
@media screen and (max-width: 560px) {
  .msg-modal__small {
    font-size: 10px;
  }
}
.msg-modal__btns {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1em 2em;
  margin-bottom: 1.2em;
}
@media screen and (max-width: 780px) {
  .msg-modal__btns {
    gap: 1em;
  }
}
@media screen and (max-width: 560px) {
  .msg-modal__btns {
    gap: 0.7em;
  }
}
.msg-modal-btn {
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  padding: 1em;
  gap: 0.8em;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  margin-bottom: 1em;
  transition: box-shadow 0.35s ease;
  margin: 0;
}
@media screen and (max-width: 560px) {
  .msg-modal-btn {
    padding: 0.6em;
  }
}
.msg-modal-btn--wa {
  background-image: linear-gradient(30deg, rgb(35, 184, 62) 0%, rgb(41, 219, 77) 100%);
}
.msg-modal-btn--wa:hover {
  box-shadow: 0px 0px 20px 0px rgba(35, 184, 62, 0.7);
}
.msg-modal-btn--wa .msg-modal-btn__icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 67.19 67.52'%3E%3Cpath d='M57.4,9.81A33.46,33.46,0,0,0,4.75,50.18L0,67.52l17.74-4.66a33.42,33.42,0,0,0,16,4.08h0A33.47,33.47,0,0,0,57.4,9.81ZM33.74,61.29h0a27.91,27.91,0,0,1-14.16-3.88l-1-.6L8,59.57l2.81-10.26-.66-1.06a27.8,27.8,0,1,1,23.56,13ZM49,40.46c-.84-.42-5-2.44-5.71-2.72s-1.33-.42-1.88.42-2.16,2.72-2.65,3.28-1,.62-1.81.21a23,23,0,0,1-6.72-4.15,25.05,25.05,0,0,1-4.65-5.79c-.49-.84-.06-1.29.36-1.71s.84-1,1.26-1.47A5.75,5.75,0,0,0,28,27.14,1.52,1.52,0,0,0,28,25.68c-.21-.42-1.88-4.54-2.57-6.21S24,18.06,23.49,18s-1,0-1.6,0a3.08,3.08,0,0,0-2.23,1.05,9.41,9.41,0,0,0-2.92,7c0,4.12,3,8.09,3.41,8.65s5.9,9,14.28,12.62a44.66,44.66,0,0,0,4.77,1.76,11.47,11.47,0,0,0,5.26.34c1.61-.24,4.95-2,5.64-4a6.94,6.94,0,0,0,.49-4C50.38,41.09,49.83,40.88,49,40.46Z' fill='%23fff'%3E%3C/path%3E%3C/svg%3E");
}
.msg-modal-btn--tg {
  background-image: linear-gradient(30deg, rgb(0, 132, 214) 0%, rgb(47, 199, 247) 100%);
}
.msg-modal-btn--tg:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 132, 214, 0.7);
}
.msg-modal-btn--tg .msg-modal-btn__icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 66.25 54.85'%3E%3Cpath fill='%23fff' d='M66.25,4c0-.38-.08-.8-.13-1.23A2.58,2.58,0,0,0,63.72.09,7.57,7.57,0,0,0,60,.56C55.16,2,50.56,4,45.93,5.92c-11.67,4.77-23.22,9.84-34.79,14.86q-4.26,1.84-8.49,3.73A6.23,6.23,0,0,0,.55,26,1.73,1.73,0,0,0,.69,28.6,4.05,4.05,0,0,0,2,29.41,100.12,100.12,0,0,0,13.3,32.84a10.56,10.56,0,0,0,8.76-1.68l4.41-3c6.92-4.62,13.78-9.33,20.8-13.8a4.8,4.8,0,0,1,1.29-.67,1,1,0,0,1,1.26.33,1.07,1.07,0,0,1-.08,1.36,9.15,9.15,0,0,1-.62.75c-2.57,2.7-5.27,5.26-8,7.82C37.62,27.33,34,30.56,30.56,34a8.75,8.75,0,0,0-1.29,1.62,2.72,2.72,0,0,0,.23,3.44,10.8,10.8,0,0,0,2.56,2.15q8,5.43,16.07,10.87c.83.56,1.64,1.14,2.51,1.62a8.38,8.38,0,0,0,3,1.06A3.76,3.76,0,0,0,58,52.48a16.07,16.07,0,0,0,1.36-4.54c2.24-12.33,4.34-24.68,6.06-37.09C65.78,8.57,66.07,6.29,66.25,4Z'%3E%3C/path%3E%3C/svg%3E");
}
.msg-modal-btn__icon {
  flex: none;
  height: 2em;
  width: 2em;
  background-repeat: no-repeat;
  background-size: contain;
}
.msg-modal__imgs {
  display: flex;
  gap: 3em;
  padding: 0 2em;
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
    animation-timing-function: linear;
  }
  28% {
    transform: scale(1.1, 1.1);
    animation-timing-function: linear;
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes shine {
  0% {
    opacity: 1;
    transform: scale(1, 1);
    animation-timing-function: linear;
  }
  12% {
    opacity: 0.4;
    transform: scale(1.35, 1.35);
    animation-timing-function: linear;
  }
  24% {
    opacity: 0;
    transform: scale(2, 2);
    animation-timing-function: linear;
  }
  89% {
    opacity: 0;
    transform: scale(2, 2);
    animation-timing-function: linear;
  }
  100% {
    opacity: 0;
    transform: scale(2, 2);
  }
}



@media(max-width: 960px) {
	.main .banner__content {text-align: left; }
	.main .banner__content .partner-block { margin-left: 0; }
}


@media( max-width: 960px ) {
    .headerfix__row .mobile-phone {
		width: 50px!important;
		min-width: 50px!important;
	 	height: 50px!important;
        display: flex!important;
		padding: 8px;
		align-items: normal;
	} 
    .headerfix__row .header-top__btn {
		display: none!important;
	}
}


@media (max-width: 650px) {
    .mobile-phone {
        display: flex!important;
    }

    .headerfix__row .mobile-phone {
        width: 43px !important;
        min-width: 43px !important;
        height: 43px !important;
        display: flex !important;
        padding: 8px;
        align-items: normal;
	} 
}



@media (max-width: 575px) {
    .cookies-1 {
        align-items: baseline;
    }
}

@media (max-width: 500px) {
	.raw-block {
		width: auto!important;
		padding-left: 20px;
	}
}

