.bank-form-result__name span{font-size:14px; display:block; font-weight:300;}
.region {overflow: auto}
.options {overflow: auto; max-height: 300px;}
#register {width:50%; border-radius:30px}
#copy{
	border:none; 
	width:100px
}
.photo_article {border-radius:130px}
.button_size-large button_primary{background:#6ec9f1}
.skb-order-form .button_primary, .skb-order-form .button_primary:active, .skb-order-form .button_primary:focus, .skb-order-form .button_primary:hover, .skb-order-form .button_primary:link, .skb-order-form .button_primary:visited{background:#6ec9f1}
.flinks a {color:#fff}
li b, li strong{font-weight:bold}
/*
 *  Owl Carousel - Core
 */

.list-reset {
	list-style:none
}
.list-reset li {
	list-style:none !important;
	margin-bottom:16px !important;
	background:none !important;
}

.list-reset li:before {
	background:none !important
}

.partner2 img {
	margin:0 auto;
	
}

.pmain {
	
	background:url(/assets/finexp/images/pfon5.png) 0 0 repeat-x;
}

.pmain .container h1 {
	font-size:60px;
	color:#294674;
	width:80%;
	line-height:64px;
	padding:185px 0 0 0
}

.pmain .container .send{
	width:30%
	
}

.pmain .direktor {
	position:absolute;
	right:20%;
	top:115px;
}
.pmain .direktor_about {
	position:absolute;
	right:20%;
	top:-150px;
}

.about {
	position:relative;
	float:right;
	
}
@media (min-width: 576px) {
	.pmain .direktor {
	position:absolute;
	right:20%;
	top:115px;
	
	}
	
	.pmain .direktor img {
		width:400px;

	}

}
@media (max-width: 320px) {
	.pmain .direktor {
	position:absolute;
	right:20%;
	top:115px;
	
	}
	
	.pmain .direktor img {
		width:247px;
		
	}
	.pmain .direktor_about {
		display:none;
	}
}
@media (min-width: 768px) {
	.pmain .direktor {
	position:absolute;
	right:20%;
	top:115px;
	
	}
		
}
.pmain .slogan {
	position:relative;
	float:right;
	margin:0 270px 0 0;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */

.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*!
 * Bootstrap Grid v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

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

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

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

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

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

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@-webkit-keyframes pulse {
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}

@-moz-keyframes pulse {
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}

@-ms-keyframes pulse {
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}

@keyframes pulse {
  to {
    opacity: 0;
    transform: scale(1.2);
  }
}

@-webkit-keyframes pulse2 {
  to {
    opacity: 0;
    transform: scale(1.35);
  }
}

@-moz-keyframes pulse2 {
  to {
    opacity: 0;
    transform: scale(1.35);
  }
}

@-ms-keyframes pulse2 {
  to {
    opacity: 0;
    transform: scale(1.35);
  }
}

@keyframes pulse2 {
  to {
    opacity: 0;
    transform: scale(1.35);
  }
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon/fonts/icomoon.eot?oeuf3z");
  src: url("../fonts/icomoon/fonts/icomoon.eot?oeuf3z#iefix") format("embedded-opentype"), url("../fonts/icomoon/fonts/icomoon.ttf?oeuf3z") format("truetype"), url("../fonts/icomoon/fonts/icomoon.woff?oeuf3z") format("woff"), url("../fonts/icomoon/fonts/icomoon.svg?oeuf3z#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  outline: none;
  -webkit-appearance: none;
}

body {
  font-family: 'Commissioner', sans-serif;
  line-height: 20px;
  font-size: 16px;
  letter-spacing: 0.01em;
  color: #294674;
  background: #FAFDFF;
}

a {
  text-decoration: none;
  color: #12709a;
  transition: all ease-in-out .3s;
}

.select {
  cursor: pointer;
  display: flex;
  position: relative;
  height: 48px;
  align-items: center;
  padding: 0 24px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.44px;
  color: #758D98;
  border-radius: 32px;
  margin-bottom: 16px;
}

.select + label:before {
  z-index: 10;
}

.select.valid .styledSelect {
  color: #294674;
}

.styledSelect {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  border-radius: 32px;
  padding: 0 24px;
  height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid #DAE3E8;
  z-index: 2;
  color: #fff;
  white-space: nowrap;
  padding-right: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.styledSelect:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  content: "\e902";
  position: absolute;
  font-size: 7px;
  color: #294674;
  top: 21px;
  right: 23px;
  transition: all ease-in-out .3s;
}

.styledSelect:active,
.styledSelect.active {
  z-index: 5;
  border: 1px solid #6EC9F1;
}

.styledSelect:active + .options,
.styledSelect.active + .options {
  z-index: 4;
  opacity: 1;
}

.styledSelect:active:after,
.styledSelect.active:after {
  transform: rotate(180deg);
}

.styledSelect.error {
  border: 1px solid #dc3545;
}

.options {
  display: none;
  position: absolute;
  opacity: none;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  margin: 0 0;
  padding: 56px 0 12px 0;
  list-style: none;
  background: #F7FBFC;
  border-radius: 32px;
  transition: opacity ease-in-out .3s;
}

.options li {
  height: 32px;
  align-items: center;
  padding: 0 24px;
  display: flex;
  align-items: center;
  transition: all ease-in-out .3s;
}

.options li:first-of-type {
  height: 0;
  overflow: hidden;
}

.options li:hover {
  background-color: #C0EAFC;
}

.field {
  position: relative;
  width: 100%;
}

.field_date:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  content: "\e900";
  font-size: 18px;
  color: #6EC9F1;
  position: absolute;
  top: 15px;
  right: 24px;
  pointer-events: none;
}

.field.active {
  z-index: 20;
}

.field input::placeholder {
  color: #294674;
}

.field input {
  color: #294674;
}

.field input:valid + label::before,
.field input:focus + label::before {
  font-size: 12px;
  line-height: 120%;
  color: #000;
  background: #fff;
  padding: 0 5px;
  height: 20px;
  left: 26px;
  top: -10px;
  z-index: 10;
}

.field .select.valid + label::before {
  font-size: 12px;
  line-height: 120%;
  color: #000;
  background: #fff;
  padding: 0 5px;
  height: 20px;
  left: 26px;
  top: -10px;
}

.field label:before {
  background: transparent;
  content: attr(title);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  line-height: 20px;
  transition: all ease-in-out .3s;
  padding: 0 24px;
  height: 48px;
  align-items: center;
  display: flex;
  color: #000;
  pointer-events: none;
}

.ui-widget {
  font-family: 'Commissioner', sans-serif;
}

.ui-widget.ui-widget-content {
  background: #FFF;
  border: 2px solid #6EC9F1;
  border-radius: 32px;
  padding: 32px;
  width: fit-content;
  margin-top: 16px;
  z-index: 10 !important;
}

.ui-widget-header {
  background: none;
  border: none;
  padding: 0;
}

.ui-datepicker .ui-datepicker-prev {
  left: unset;
  right: 30px;
}

.ui-datepicker .ui-datepicker-title {
  text-align: left;
  margin: 0;
  font-weight: 800;
  font-size: 18px;
  line-height: 135.01%;
  color: #294674;
  letter-spacing: 0.02em;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: none;
  background: none;
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: none;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: 0;
  font-size: 12px;
}

.ui-datepicker td {
  padding: 0;
}

.ui-datepicker-div {
  width: fit-content;
}

.ui-widget-header .ui-corner-all {
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.ui-widget-header .ui-corner-all.ui-datepicker-prev {
  transform: scaleX(-1);
}

.ui-widget-header .ui-corner-all span {
  opacity: 0;
}

.ui-widget-header .ui-corner-all:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  content: "\e901";
  display: block;
  font-size: 13px;
  color: #E1EAED;
  transition: all ease-in-out .3s;
}

.ui-widget-header .ui-corner-all:hover:before {
  color: #6EC9F1;
}

.ui-state-default.ui-state-active {
  background: #6EC9F1;
  border-radius: 50%;
  font-weight: 800;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 2px;
}

button,
input {
  border: none;
}

input[type="search"],
input[type="phone"],
input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  background-color: #fff;
  border-radius: 32px;
  padding: 0 24px;
  height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid #DAE3E8;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 20px;
  font-family: 'Commissioner', sans-serif;
  width: 100%;
  transition: all ease-in-out .3s;
}

input[type="search"]:focus,
input[type="phone"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus {
  border: 1px solid #6EC9F1;
}

input[type="search"].error,
input[type="phone"].error,
input[type="number"].error,
input[type="text"].error,
input[type="email"].error,
input[type="password"].error,
textarea.error {
  border: 1px solid #dc3545;
}

textarea {
  padding: 20px 16px;
  height: 170px;
}

input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 2px solid #348DB4;
  background-color: #f4f5f7;
  flex: 0 0 18px;
  max-width: 18px;
  transition: all ease-in-out .3s;
}

input[type="checkbox"].error {
  border: 2px solid #dc3545;
}

input[type="checkbox"]:checked {
  background: url(../images/svg/check.svg) center center no-repeat;
  background-size: 10px;
  background-position: center center;
  background-repeat: no-repeat;
}

.policy {
  /*display: flex;*/
  font-size: 14px;
  line-height: 116%;
  letter-spacing: 0.1px;
  color: #7196B1;
}

.policy input[type="checkbox"] {
  flex: 0 0 18px;
  margin-right: 8px;
  position: relative;
  top: 0;
}

label span {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.222;
  margin-bottom: 18px;
  /*display: block;*/
}

label span em {
  color: #dc3545;
}

label.checkbox {
  display: flex;
  margin-bottom: 40px;
  position: relative;
  min-height: 44px;
  padding-left: 80px;
  align-items: center;
  font-size: 18px;
  line-height: 21px;
  cursor: pointer;
}

label.checkbox input[type="checkbox"],
label.checkbox input[type="radio"] {
  width: 0;
  height: 0;
  opacity: 1;
  flex: 0 0 0;
  overflow: hidden;
  margin: 0;
}

label.checkbox input[type="checkbox"]:checked + span,
label.checkbox input[type="radio"]:checked + span {
  background: #e83e8c;
  color: #fff;
}

label.checkbox input[type="checkbox"] + span,
label.checkbox input[type="radio"] + span {
  width: 44px;
  height: 44px;
  background: #E6E6E6;
  border-radius: 50%;
  display: flex;
  position: absolute;
  left: 20px;
  top: 0;
  align-items: center;
  justify-content: center;
  color: #bfbfbf;
  transition: all ease-in-out .3s;
}

label.checkbox input[type="checkbox"] + span:before,
label.checkbox input[type="radio"] + span:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  content: "\e907";
  font-size: 14px;
  padding-left: 3px;
}

.contact-form {
  max-width: 660px;
  margin: 70px auto 0 auto;
}

.contact-form p.heading {
  text-align: left;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 30px;
}

.contact-form textarea,
.contact-form input {
  margin-bottom: 24px;
  background: #fff;
}

.contact-form form > div {
  display: flex;
  align-items: center;
}

.contact-form form > div input {
  margin-bottom: 24px;
}

.contact-form form > div input,
.contact-form form > div p,
.contact-form form > div button {
  flex: 0 0 calc(50% - 12px);
}

.contact-form form > div p,
.contact-form form > div input:first-of-type {
  margin-right: 24px;
}

.contact-form form > div p {
  line-height: 1.3;
}

.contact-form form > div p a {
  text-decoration: underline;
}

.contact-form form > div .button {
  height: 80px;
  border-radius: 40px;
  width: 230px;
}

.contact-form form > div .button:before,
.contact-form form > div .button:after {
  border-radius: 40px;
}

.contact-form form > div .button span {
  font-size: 14px;
  letter-spacing: 0.12em;
}

.contact-form form > div .button span:after {
  border-radius: 40px;
}

.fancybox-bg {
  background-color: rgba(0, 0, 0, 0.55);
}

.fancybox-image {
  box-shadow: 0 24px 80px 0 rgba(0, 0, 0, 0.74);
}

.fancybox-close-small {
  opacity: 1;
}

.modal {
  display: none;
  border-radius:20px;
}

.modal .fancybox-close-small {
  right: 15px;
  top: 15px;
}

.modal .fancybox-close-small svg {
  width: 20px;
  height: 20px;
  color: #fff;
  background: #E1EAED;
  padding: 6px;
  border-radius: 50%;
  transition: all ease-in-out .3s;
}

.modal .fancybox-close-small:hover svg {
  background: #6EC9F1;
}

.modal-lostpassword {
  display: table;
  margin: -10px auto 22px auto;
  border-bottom: 1px solid #6EC9F1;
  line-height: 1.5;
}

.modal-lostpassword:hover {
  border-bottom: 1px solid #28a745;
}

.modal .button_white {
  margin-top: 15px;
}

.modal__call-me {
  width: 100%;
  max-width: 466px;
  box-shadow: 0px 30px 60px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #fff;
  padding: 40px;
  overflow: hidden;
}

.modal__call-me > p {
  font-size: 14px;
  line-height: 116%;
  letter-spacing: 0.1px;
  margin-bottom: 32px;
}

.modal__call-me > p:first-of-type {
  font-weight: bold;
  font-size: 34px;
  line-height: 129.14%;
  margin-bottom: 0;
}

.modal__call-me#found-results > p {
  margin-bottom: 15px;
}

.modal__call-me#found-results > p strong {
  font-weight: bold;
}

.modal__call-me#found-results > p:first-of-type {
  font-weight: bold;
  font-size: 24px;
  line-height: 1;
  margin-bottom: 20px;
}

.modal__call-me-saccess img {
  display: block;
  margin: 20px auto;
}

.modal__call-me-saccess > p {
  text-align: center;
}

.modal__call-me-saccess > p:first-of-type {
  margin-bottom: 20px;
}

.modal__call-me .button {
  width: 100%;
  margin-bottom: 10px;
}

.numb {
  white-space: nowrap;
  display: flex;
  align-items: center;
}

.numb input[type=number] {
  border: 1px solid #294674;
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  border-radius: 20px;
  width: 55px;
  height: 60px;
  padding: 0 10px;
  font-family: 'Montserrat', sans-serif;
}

.numb span {
  color: #979797;
  font-weight: 500;
  font-size: 36px;
  margin-left: 10px;
  margin-right: 10px;
}

.numb input[type=number]::-webkit-inner-spin-button,
.numb input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
  background: none;
}

.dropzone {
  min-height: 202px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  border: 2px dashed #6EC9F1;
  cursor: pointer;
  margin-top: 30px;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  padding: 0 100px;
  color: #6EC9F1;
  letter-spacing: 0.02px;
}

.dropzone small {
  font-size: 14px;
  font-weight: 400;
  color: #444;
}

.dropzone div {
  display: none;
}

.dropzone.with-file div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
}

.dropzone.with-file p {
  display: none;
}

.dropzone.with-file a {
  width: 20px;
  height: 20px;
  background: url(data:image/svg+xml;base64,PHN2ZyBoZWlnaHQ9IjMyOXB0IiB2aWV3Qm94PSIwIDAgMzI5LjI2OTMzIDMyOSIgd2lkdGg9IjMyOXB0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiNmNDQzMzYiPjxwYXRoIGQ9Im0yMS4zMzk4NDQgMzI5LjM5ODQzOGMtNS40NjA5MzggMC0xMC45MjU3ODItMi4wODk4NDQtMTUuMDgyMDMyLTYuMjUtOC4zNDM3NS04LjMzOTg0NC04LjM0Mzc1LTIxLjgyNDIxOSAwLTMwLjE2NDA2M2wyODYuNTg5ODQ0LTI4Ni41OTM3NWM4LjMzOTg0NC04LjMzOTg0NCAyMS44MjQyMTktOC4zMzk4NDQgMzAuMTY0MDYzIDAgOC4zNDM3NSA4LjMzOTg0NCA4LjM0Mzc1IDIxLjgyNDIxOSAwIDMwLjE2NDA2M2wtMjg2LjU4OTg0NCAyODYuNTkzNzVjLTQuMTgzNTk0IDQuMTc5Njg3LTkuNjIxMDk0IDYuMjUtMTUuMDgyMDMxIDYuMjV6bTAgMCIvPjxwYXRoIGQ9Im0zMDcuOTI5Njg4IDMyOS4zOTg0MzhjLTUuNDYwOTM4IDAtMTAuOTIxODc2LTIuMDg5ODQ0LTE1LjA4MjAzMi02LjI1bC0yODYuNTg5ODQ0LTI4Ni41OTM3NWMtOC4zNDM3NS04LjMzOTg0NC04LjM0Mzc1LTIxLjgyNDIxOSAwLTMwLjE2NDA2MyA4LjMzOTg0NC04LjMzOTg0NCAyMS44MjAzMTMtOC4zMzk4NDQgMzAuMTY0MDYzIDBsMjg2LjU4OTg0NCAyODYuNTkzNzVjOC4zNDM3NSA4LjMzOTg0NCA4LjM0Mzc1IDIxLjgyNDIxOSAwIDMwLjE2NDA2My00LjE2MDE1NyA0LjE3OTY4Ny05LjYyMTA5NCA2LjI1LTE1LjA4MjAzMSA2LjI1em0wIDAiLz48L2c+PC9zdmc+) 50% no-repeat;
  background-size: 20px;
  display: block;
  margin-left: 10px;
}

.dropzone p {
  font-size: 20px;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: -.5px;
  text-align: center;
  color: #fff;
  margin-bottom: 0px;
}

.dropzone em {
  display: flex;
  align-items: center;
}

input.files {
  opacity: 0;
  height: 0;
  margin: 0;
}

.fileup-preview {
  display: none;
}

.fileup-file {
  background-color: transparent;
  border: none;
  border-radius: 0;
  max-width: 100%;
}

.fileup-file:first-of-type {
  margin-top: 40px;
}

.fileup-file.fileup-image .fileup-container {
  margin-left: 0;
}

.fileup-file .fileup-controls .fileup-remove {
  background-image: none;
  background-color: transparent;
}

.fileup-file .fileup-controls .fileup-remove:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  content: "\e905";
  font-size: 18px;
  color: #dae3ef;
}

.fileup-file.fileup-doc .fileup-container {
  margin-left: 0;
}

.fileup-description {
  font-size: 18px;
  line-height: 135.01%;
  letter-spacing: 0.02em;
  font-family: 'Commissioner', sans-serif;
}

#upload-4-queue {
  padding: 0;
}

#dropzone {
  display: flex;
  flex-direction: column;
}

.dropzone-outter {
  display: flex;
  flex-direction: column;
}

.your-docs__item {
  display: flex;
  margin-bottom: 18px;
}

.your-docs__item a {
  margin-left: auto;
}

.your-docs__item a:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  content: "\e905";
  color: #dae3ef;
}

.your-docs__item:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  content: "\e903";
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  background: #6EC9F1;
  font-size: 8px;
  margin-right: 6px;
}

.your-docs > p {
  font-weight: 800;
  font-size: 24px;
  line-height: 135.01%;
  letter-spacing: 0.02em;
  color: #294674;
  margin-bottom: 20px !important;
}

.order-slide_03 {
  padding-top: 15px;
}

.order form .docs p:first-of-type {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01px;
  margin-bottom: 12px;
  font-weight: normal;
}

.order form .docs p:last-of-type {
  margin-bottom: 20px;
}

.order form .docs p strong {
  font-weight: 800;
  font-size: 20px;
  line-height: 140%;
}

.button {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  letter-spacing: 0.02px;
  text-align: center;
  height: 48px;
  box-shadow: 0px 12px 24px -8px rgba(11, 138, 202, 0.29);
  border-radius: 32px;
  transition: all ease-in-out .3s;
  padding: 0 32px;
  color: #fff;
  background: #6EC9F1;
  border: 2px solid #6EC9F1;
  white-space: nowrap;
  font-family: 'Commissioner', sans-serif;
  cursor: pointer;
}

.button:hover {
  background: #FFF;
  color: #6EC9F1;
}

.button-white {
  background: #fff;
  color: #343a40;
  padding: 0 24px;
  box-shadow: none;
}

body {
  padding-top: 112px;
}

.header {
  padding-top: 16px;
  margin-bottom: 24px;
  position: relative;
  z-index: 100;
  position: fixed;
  width: 100%;
  top: 0;
  background: #fafdff;
}

.header-steps {
  display: none;
}

.header-container {
  height: 96px;
  display: flex;
  align-items: center;
}

.header-logo {
  margin-right: 10px;
}

.header-user {
	margin-left:10px;
}

.header nav ul {
  display: flex;
  align-items: center;
}

.header nav ul li {
  margin-right: 17px;
}

.header nav ul li:last-of-type {
  margin-right: 0px;
}

.header nav ul li a {
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #294674;
}

.header nav ul li a:hover {
  color: #6EC9F1;
}

.header .second_menu {
	display:none;
}
.header nav ul li > .submenu {
	display:block
}
.topmenu {
    margin-top:25px;
}

.topmenu ul li a {
    /*text-decoration: none;
    font-size: 24px;
    padding: 15px 30px;
    display: inline-block;*/
}

.submenu {
    position: absolute;
	background:#fff;
    z-index: 5;
    min-width: 200px;
    transform-origin: 0 0;
    transform: rotateX(-90deg);
    transition: .3s linear;
    visibility: hidden;
    opacity: 0;
}

.topmenu li:hover > .submenu {
    visibility: visible;
    opacity: 1;   
    transform: rotateX(0);
}

.submenu a {
    display: block !important;
}

.submenu li {
    position: relative;
}

.submenu .submenu {
    position: absolute;
    top:0;
    left:100%;
}


@-webkit-keyframes shine {
 10% { transform: scale(1, 1) rotate(80deg); }
 20% { transform: scale(0, 0) rotate(160deg); }
 100% { transform: scale(0, 0) rotate(0deg); }
}
@keyframes shine {
 10% { transform: scale(1, 1) rotate(80deg); }
 20% { transform: scale(0, 0) rotate(160deg); }
 100% { transform: scale(0, 0) rotate(0deg); }
}
#shine {
  position: relative;
 /* display: inline-block;*/
  color: #294674;
  text-shadow: 0 0 10px #3d7a97;
  background: transparent;
}
#shine:after, #shine:before {
  content: "";
  position: absolute; top: 0; left: 0;
  display: block;
  width: 100px;
  height: 100px;
  background-image: 
    radial-gradient(rgba(255,255,255,1), rgba(255,255,255,0) 30%),
    linear-gradient(45deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%),
    linear-gradient(135deg, rgba(0,0,0,0) 49%, rgba(255,255,255,.4) 50%, rgba(0,0,0,0) 51%);
  -webkit-animation: shine 10s linear infinite;
  animation: shine 10s linear infinite;
  transform: scale(0, 0) rotate(0deg);
}
#shine:before {
  top: -30%;
  right: 0; left: auto;
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
}


.header-contacts {
  margin-left: auto;
}

.header-contacts a {
  display: block;
}

.header-contacts > a:first-of-type {
  font-weight: 800;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #294674;
  margin-bottom: 4px;
}

.header-contacts > p {
    display: flex;
}

.header-contacts > p > a:first-of-type {
    margin-right: 5px;
}

.header-contacts a:first-of-type:hover {
  color: #6EC9F1;
}

.header-contacts a {
  color: #348DB4;
  font-weight: 500;
  font-size: 15px;
  line-height: 120%;
  text-align: right;
}

.header-contacts a:last-of-type:hover {
  color: #6EC9F1;
}

.hamburger {
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 4;
  opacity: 1;
  transition: all ease .3s;
  z-index: 10;
  cursor: pointer;
  margin-right: 20px;
  width: 24px;
  margin-top: -8px;
  display: none;
}

.hamburger .line {
  width: 24px;
  height: 2px;
  box-sizing: content-box;
  background-color: #294674;
  display: block;
  margin: 5px auto 5px auto;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.hamburger.active .line {
  background-color: #fff;
}

.hamburger.active .line:nth-child(2) {
  opacity: 0;
}

.hamburger.active .line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger.active .line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu-shown .mobile-menu {
  opacity: 1;
  pointer-events: all;
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: calc((100vw - 940px)/2 + 320px);
  background: #6EC9F1;
  padding-top: 35px;
  opacity: 0;
  pointer-events: none;
  transition: all ease-in-out .3s;
}

.mobile-menu .topmenu .submenu {
	background:#6EC9F1
}

.mobile-menu img {
  position: absolute;
  bottom: 80px;
  left: 50%;
  margin-left: -75px;
}

.mobile-menu .button {
  border: 2px solid #fff;
  box-shadow: none;
  width: 194px;
  margin-left: auto;
  margin-bottom: 100px;
  margin-right: 10px;
}

.mobile-menu ul li {
  margin-bottom: 40px;
}

.mobile-menu ul li:last-of-type {
  margin-bottom: 0;
}

.mobile-menu ul li a {
  color: #fff;
  font-weight: 800;
  font-size: 24px;
  line-height: 135.01%;
  letter-spacing: 0.02px;
  text-align: left;
  display: block;
}

.blur {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 9;
}

.footer {
  color: #fff;
  background: #348DB4;
  padding: 60px 0 70px 0;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-top div:last-of-type {
  display: flex;
  align-items: center;
}

.footer-top div:last-of-type .button-white {
  border: 2px solid #fff;
  margin-left: 16px;
  color: #294674;
}
.arrow{width:30px; position:fixed; bottom:120px; right:28px}
.footer-top div:last-of-type .button-white:hover {
  color: #6EC9F1;
}

.footer-phone {
  font-weight: 800;
  font-size: 24px;
  line-height: 135.01%;
  letter-spacing: 0.02px;
  color: #FFF;
  margin-left: 24px;
}

.footer-phone:hover {
  color: #6EC9F1;
}

.footer-bottom p {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 0.01px;
  color: #FFF;
  margin: 0;
}

.footer-middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 48px;
  margin-bottom: 20px;
}

.footer-middle > div:first-of-type {
  display: flex;
  align-items: center;
}

.footer-middle > div:first-of-type img {
  width: 64px;
  margin-right: 24px;
}

.footer-middle > div:first-of-type > div > p:first-of-type {
  font-weight: 800;
  font-size: 18px;
  line-height: 135.01%;
  margin-bottom: 10px;
}

.footer-middle > div:last-of-type {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.footer-middle > div:last-of-type a {
  display: inline-block;
  font-weight: bold;
  font-size: 14px;
  line-height: 120%;
  color: #FFF;
  text-decoration: underline;
  margin-bottom: 8px;
}

.footer-middle > div:last-of-type a:hover {
  color: #6EC9F1;
}

.footer-middle > div:last-of-type a:last-of-type {
  margin-bottom: 0px;
}

.tgkanal {text-align:center; width:30%; margin:20px 0 0 0}
.tgkanal a img {position:absolute; width:30px; margin:-2px 10px 0 -35px}
.tgkanal a{color:#fff}


.owl-carousel .owl-nav {
  position: absolute;
  top: -24px;
  width: 112px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
  left: 50%;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
  width: 48px;
  height: 48px;
  pointer-events: all;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in-out .3s;
  position: relative;
  background: #FFF;
  box-shadow: 0px 12px 24px -8px rgba(47, 140, 187, 0.12);
  border-radius: 32px;
}

.owl-carousel .owl-nav button.owl-next.disabled,
.owl-carousel .owl-nav button.owl-prev.disabled {
  background: #f0f5f7;
}

.owl-carousel .owl-nav button.owl-next.disabled:before,
.owl-carousel .owl-nav button.owl-prev.disabled:before {
  color: #758D98;
}

.owl-carousel .owl-nav button.owl-next:before,
.owl-carousel .owl-nav button.owl-prev:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  content: "\e904";
  color: #294674;
  font-size: 12px;
}

.owl-carousel .owl-nav button.owl-next.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev.owl-next:hover {
  opacity: 1;
}

.owl-carousel .owl-nav button.owl-next.owl-prev,
.owl-carousel .owl-nav button.owl-prev.owl-prev {
  transform: rotate(180deg);
}

.owl-carousel .owl-nav button.owl-next.owl-prev:hover,
.owl-carousel .owl-nav button.owl-prev.owl-prev:hover {
  opacity: 1;
}

.owl-carousel .owl-dots {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: -10px;
  top: -30px;
  position: relative;
  z-index: 2;
}

.owl-carousel .owl-dots button.owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #C6F1FF;
  margin: 0px 10px 0 10px;
  transition: all ease-in-out .3s;
}

.owl-carousel .owl-dots button.owl-dot.active {
  background-color: #6EC9F1;
  width: 25px;
}

.heading {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #294674;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 15px;
  z-index: 0;
  font-weight: 800;
}

.heading span {
  padding: 0 34px;
  background: #fff;
  position: relative;
  z-index: 2;
}

.heading:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  left: 0;
  right: 0;
  height: 1px;
  background: #294674;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

h1 {
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
  color:#0e6f9a
}

h2 {
  font-size: 26px;
  line-height: 1.25;
  letter-spacing: -0.8px;
  margin-bottom: 25px;
}

h3 {
  font-size: 24px;
  line-height: 1.41;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
}

h4 {
  font-size: 22px;
  line-height: 1.5;
  letter-spacing: -0.4px;
  margin-bottom: 20px;
  font-weight: 500;
}

h5 {
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: -0.66px;
  margin-bottom: 20px;
  font-weight: 600;
}

h6 {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: -0.4px;
  margin-bottom: 10px;
  font-weight: 600;
}

.order {
  margin-bottom: 76px;
  position: relative;
  z-index: 3;
}

.order .docs {
  display: none;
}

.order .docs.active {
  display: block;
}

.order-slide {
  padding-left: 45px;
  flex-direction: column;
  display: flex;
}

.order-slide-content {
  display: none;
}

.order-slide-content.active {
  display: block;
}

.order-slide_01,
.order-slide_02,
.order-slide_03 {
  padding-top: 105px;
}

.order-slide_01 p,
.order-slide_02 p,
.order-slide_03 p {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1px;
}

.order-slide_01 p a,
.order-slide_02 p a,
.order-slide_03 p a {
  text-decoration: underline;
}

.order-slide_01 .found-results,
.order-slide_02 .found-results,
.order-slide_03 .found-results {
  background: linear-gradient(180deg, #FFFFFF 0%, #FFFFFF 77.6%, rgba(255, 255, 255, 0.09) 94.79%, rgba(255, 255, 255, 0) 100%);
  border-radius: 32px;
  box-shadow: 0px 32px 144px -40px rgba(47, 140, 187, 0.28);
  padding: 40px;
  z-index: 100;
  position: relative;
  margin-top: -75px;
}

.order-slide_01 .found-results p,
.order-slide_02 .found-results p,
.order-slide_03 .found-results p {
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.44px;
  margin-bottom: 8px;
}

.order-slide_01 .found-results p strong,
.order-slide_02 .found-results p strong,
.order-slide_03 .found-results p strong {
  font-size: 16px;
  font-weight: 800;
}

.order-slide_01 .promo p:first-of-type,
.order-slide_02 .promo p:first-of-type,
.order-slide_03 .promo p:first-of-type {
  font-weight: bold;
  font-size: 56px;
  line-height: 130%;
  margin-bottom: 24px;
  letter-spacing: 0.01px;
}

.order-slide_01 .promo p:first-of-type strong,
.order-slide_02 .promo p:first-of-type strong,
.order-slide_03 .promo p:first-of-type strong {
  font-size: 120px;
  color: #6EC9F1;
  margin-right: 7px;
  letter-spacing: 0.02px;
}

.order-slide_02 {
  padding-top: 75px;
}

.order-slide_03 .promo {
  padding-top: 25px;
}

.order-slide_03 .promo p:first-of-type {
  line-height: 110%;
}

.order-slide_03 .promo p:first-of-type:after {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: url(../images/emoji03.png) center center no-repeat;
  background-size: cover;
  margin-left: 10px;
  position: relative;
  top: 10px;
}

.order-slide__head {
  display: flex;
  padding-top: 8px;
}

.order-slide__head-mobile {
  display: none;
}

.order-slide__head-mobile.active {
  display: flex;
  display: none;
}

.order-slide__head ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.order-slide__head li {
  display: flex;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #ACBEC6;
  align-items: center;
}

.order-slide__head li.active {
  font-weight: 800;
  color: #294674;
}

.order-slide__head li.active span {
  background: #6EC9F1;
}

.order-slide__head li span {
  width: 40px;
  height: 40px;
  background: #E1EAED;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-right: 12px;
  flex: 0 0 40px;
  max-width: 40px;
}

.order form {
  padding: 40px;
  background: #FFFFFF;
  box-shadow: 0px 32px 144px -40px rgba(47, 140, 187, 0.28);
  border-radius: 32px;
  display: none;
}

.order form p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01px;
  margin-bottom: 12px;
}

.order form p:last-of-type {
  margin-bottom: 75px;
}

.order form p strong {
  font-weight: 800;
}

.order form p:first-of-type {
  font-weight: 800;
  font-size: 20px;
  line-height: 140%;
}

.order form .buttons {
  display: flex;
  justify-content: space-between;
}

.order form .buttons .step-2,
.order form .buttons .send-request {
  flex: 0 0 calc(100% - 120px);
  max-width: calc(100% - 120px);
}

.order form .buttons + .policy {
  margin-top: 18px;
}

.order form.active {
  display: block;
}

.order form .button {
  margin-top: 10px;
}

.order form .row {
  margin-right: -4px;
  margin-left: -4px;
}

.order form .row > div {
  padding-right: 4px;
  padding-left: 4px;
}

.five-years {
  position: relative;
}

.five-years__container {
  padding: 56px 0 64px 0;
  background: #FFFFFF;
  box-shadow: 0px 32px 120px -40px rgba(47, 140, 187, 0.12);
  border-radius: 16px;
  position: relative;
}

.five-years__container:before {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  width: 80px;
  left: 0;
  z-index: 2;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, white 100%);
  position: absolute;
}

.five-years__container:after {
  content: "";
  display: block;
  top: 0;
  bottom: 0;
  width: 80px;
  right: 0;
  z-index: 2;
  background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0%, white 100%);
  position: absolute;
  transform: rotate(180deg);
}

.five-years__container > p {
  font-weight: bold;
  font-size: 34px;
  line-height: 129.14%;
  margin-bottom: 40px;
  text-align: center;
}

.five-years__dots {
  display: flex;
  padding: 0 80px;
  margin-left: -30px;
  margin-right: -30px;
  position: relative;
}

.five-years__dots > * {
  white-space: nowrap;
}

.five-years__dots > * {
  position: relative;
  z-index: 1;
}

.five-years__dots:before {
  content: "";
  display: block;
  width: calc(100% - 60px);
  left: 30px;
  top: 49px;
  height: 2px;
  background: #6EC9F1;
  position: absolute;
  z-index: 0;
}

.five-years__dots > div {
  padding-left: 30px;
  padding-right: 30px;
}

.five-years__dots-item .dot {
  width: 12px;
  height: 12px;
  background: #F9DF82;
  border: 4px solid #FFFFFF;
  margin: 16px 0;
  box-sizing: content-box;
  border-radius: 50%;
}

.five-years__dots-item > p:first-of-type {
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.44px;
  color: #294674;
}

.five-years__dots-item p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01px;
  color: #7196B1;
}

.five-years__dots-item p strong {
  display: block;
  font-weight: 800;
  font-size: 20px;
  line-height: 140%;
  letter-spacing: 0.02px;
  color: #294674;
  margin-bottom: 10px;
}


.about {
  padding: 20px 0 0 0;
 
}

.about .container{
	 box-shadow: 0px 36px 160px -53px rgba(57, 145, 189, 0.28);
}

.about .button {
  width: fit-content;
  margin: 56px auto 0 auto;
}

.about .container > p {
  font-weight: 800;
  font-size: 48px;
  line-height: 59px;
  letter-spacing: 0.02px;
  margin-bottom: 56px;
  
}

.about-item {
  padding: 24px 32px 32px 32px;
  border-radius: 24px;
  transition: all ease-in-out .3s;
  height: 100%;
}

.about-item {
  background: #FFFFFF;
  
}




.properties {
  padding: 220px 0 0 0;
 
}

.properties .container{
	 box-shadow: 0px 36px 160px -53px rgba(57, 145, 189, 0.28);
}

.properties .button {
  width: fit-content;
  margin: 56px auto 0 auto;
}

.properties .container > p {
  font-weight: 800;
  font-size: 48px;
  line-height: 59px;
  letter-spacing: 0.02px;
  margin-bottom: 56px;
  
}

.properties-item {
  padding: 24px 32px 32px 32px;
  border-radius: 24px;
  transition: all ease-in-out .3s;
  height: 100%;
}

.properties-item {
  background: #FFFFFF;
  
}

.properties-item img {
  width: 64px;
  height: 64px;
  padding: 8px;
  margin:0 24px 24px 0;
  float:left
}

.properties-item > p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.properties-item > p:first-of-type {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 135.01%;
  letter-spacing: 0.02px;
  font-weight: 800;
}

.target {
  padding: 0 0 0 0;
}

.target h2 {
	font-size:48px;
	text-align:center
}

.target-container {
  background: #6EC9F1;
  border-radius: 32px;
  padding: 56px;
  position: relative;
  height: 481px;
}

.target-item {
	width:70%;
	text-align:center;
	margin:0 auto;
	font-weight:bold
}

.target-container > p {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #fff;
}

.target-container > p:first-of-type {
  font-weight: 800;
  font-size: 48px;
  line-height: 59px;
  letter-spacing: 0.02px;
  margin-bottom: 24px;
}


.principles {
  padding: 100px 0 35px 0;
  overflow: hidden;
}

.principles p {
  font-weight: 800;
  font-size: 48px;
  line-height: 59px;
  letter-spacing: 0.02px;
  margin-bottom: 56px;
}

.principles ul li {
  position: relative;
  padding-left: 36px;
  font-size: 20px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  letter-spacing: 0.15px;
  margin-bottom: 24px;
}

.principles ul li:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  content: "\e903";
  font-size: 5.5px;
  width: 26px;
  height: 26px;
  background: #6EC9F1;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 3px;
}


.products {
  padding: 88px 0 0 0;
  
}

.products h2 {
	font-size:48px;
	text-align:center
}

.products .container {
  font-weight: 800;
  font-size: 48px;
  line-height: 59px;
  letter-spacing: 0.02px;
  margin-bottom: 56px;
}

.products-content {
	display:inline-flex;
	flex-wrap: wrap;
	align-content: space-between;
}

.products-item {	
  padding: 10px;
  border-radius: 24px;
  transition: all ease-in-out .3s;
  border:1px solid #6EC9F1;
  font-size:16px;
  font-weight:normal;
  line-height:20px;
  margin:10px;
  text-align:center;  
}

.products-item:hover {
  background: #FFFFFF;
  box-shadow: 0px 36px 160px -53px rgba(57, 145, 189, 0.28);
}

.products-title {
	text-align:center;
	font-size: 24px;
}

.products-title div {
  background:#FFF5CF;
  border-radius: 56px;
  margin-bottom: 5px;
  width:56px;
  height:56px;
  text-align:center;
  font-size:20px;
  margin:0 auto;
}


.lastbutton {
	margin:20px auto 60px auto;
	padding:0
}

.reward {
	margin:0;
	padding:0
}

.reward .container {
  background: url(../images/map.svg) center center no-repeat;
  background-size: cover;
}

.reward-container {
  position: relative;
  background: #FFF;
  box-shadow: 0px 32px 144px -40px rgba(47, 140, 187, 0.17);
  border-radius: 300px;
  padding: 34px 48px;
  max-width: 813px;
  margin: auto;
}

.reward-container .kubok {
  position: absolute;
  top: 70px;
  right: 70%;
  margin-left: 0;
}

.reward-container .money {
  position: absolute;
  top: -90px;
  left: 85%;
  margin-left: 0;
}

.reward-container p {
  text-align: center;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0.02px;
  margin-bottom: 16px;
}

.reward-container p:first-of-type {
  font-weight: bold;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.02px;
  margin-bottom: 24px;
}

.reward-container p:last-of-type {
  font-size: 28px;
  font-weight:bold;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #294674;
  margin-bottom: 0;
}

.reward .container {
  background: url(../images/map.svg) center center no-repeat;
  background-size: cover;
  padding-top: 147px;
  padding-bottom: 147px;
}

.prize-container {
  position: relative;
  background: #FFF;
  box-shadow: 0px 32px 144px -40px rgba(47, 140, 187, 0.17);
  border-radius: 300px;
  padding: 64px 88px;
  max-width: 813px;
  margin: auto;
}

.prize-container img {
  position: absolute;
  top: -110px;
  left: 50%;
  margin-left: 185px;
}

.prize-container p {
  text-align: center;
  font-size: 28px;
  line-height: 129.14%;
  letter-spacing: 0.02px;
  margin-bottom: 16px;
}

.prize-container p:first-of-type {
  font-weight: 800;
  font-size: 48px;
  line-height: 59px;
  letter-spacing: 0.02px;
  margin-bottom: 24px;
}

.prize-container p:last-of-type {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #7196B1;
  margin-bottom: 0;
}

.advantage {
  padding: 88px 0;
}

.advantage .button {
  width: fit-content;
  margin: 56px auto 0 auto;
}

.advantage .container > p {
  font-weight: 800;
  font-size: 48px;
  line-height: 59px;
  letter-spacing: 0.02px;
  margin-bottom: 56px;
}

.advantage-item {
  padding: 24px 32px 32px 32px;
  border-radius: 24px;
  transition: all ease-in-out .3s;
  height: 100%;
}

.advantage-item:hover {
  background: #FFFFFF;
  box-shadow: 0px 36px 160px -53px rgba(57, 145, 189, 0.28);
}

.advantage-item img {
  width: 64px;
  height: 64px;
  padding: 8px;
  background: #fff;
  box-shadow: 12px 12px 40px -8px rgba(66, 140, 177, 0.17);
  border-radius: 16px;
  margin-bottom: 24px;
}

.advantage-item > p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
}

.advantage-item > p:first-of-type {
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 135.01%;
  letter-spacing: 0.02px;
  font-weight: 800;
}



.questions {
  padding: 120px 0 0 0;
}

.questions-container {
  background: #6EC9F1;
  border-radius: 32px;
  padding: 56px;
  position: relative;
  height: 481px;
}

.questions-container img {
  position: absolute;
  bottom: 0;
  right: 0;
  pointer-events: none;
}

.questions-container > p {
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.15px;
  color: #fff;
}

.questions-container > p:first-of-type {
  font-weight: 800;
  font-size: 48px;
  line-height: 59px;
  letter-spacing: 0.02px;
  margin-bottom: 24px;
}

.questions-container form {
  max-width: 560px;
  padding: 32px;
  border-radius: 32px;
  background: #fff;
}

.questions-container form .button {
  width: 100%;
  margin-bottom: 20px;
}

.questions-container form .row {
  margin-right: -8px;
  margin-left: -8px;
}

.questions-container form .row > div {
  padding-right: 8px;
  padding-left: 8px;
}

.guarantee {
  padding-top: 70px;
  padding-bottom: 80px;
}

.guarantee .button {
  width: fit-content;
  margin: auto;
}

.guarantee .container > p {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.15px;
  margin-bottom: 56px;
}

.guarantee .container > p:first-of-type {
  font-weight: 800;
  font-size: 48px;
  line-height: 59px;
  letter-spacing: 0.02px;
  margin-bottom: 24px;
}

.guarantee-differences {
  margin-bottom: 50px;
}

.guarantee-differences__item {
  background-color: #FFFFFF;
  border-radius: 32px;
  padding: 32px;
  height: 100%;
  background-size: contain;
  background-position: right top;
  background-repeat: no-repeat;
}

.guarantee-differences__item_01 {
  background-image: url(../images/banner01.png);
}

.guarantee-differences__item_02 {
  background-image: url(../images/banner02.png);
}

.guarantee-differences__item-content {
  width: 262px;
}

.guarantee-differences__item p {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: 0.01px;
  margin-bottom: 15px;
}

.guarantee-differences__item p.emoji {
  font-weight: 800;
  font-size: 24px;
  line-height: 135.01%;
  letter-spacing: 0.02px;
  display: flex;
  align-items: center;
}

.guarantee-differences__item p.emoji:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/emoji01.png) center center no-repeat;
  background-size: cover;
  margin-left: 5px;
}

.guarantee-differences__item p.emoji_happy:after {
  background: url(../images/emoji02.png) center center no-repeat;
  background-size: cover;
}

.guarantee-differences > p {
  font-weight: 800;
  font-size: 24px;
  line-height: 135.01%;
  letter-spacing: 0.02px;
  margin-bottom: 40px;
}

.algoritm {
  overflow: hidden;
  padding: 88px 0;
}

.algoritm .container > p {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.15px;
  margin-bottom: 56px;
}

.algoritm .container > p:first-of-type {
  font-weight: 800;
  font-size: 48px;
  line-height: 59px;
  letter-spacing: 0.02px;
  margin-bottom: 24px;
}

.algoritm-slide {
  background: #FFF;
  box-shadow: 0px 36px 160px -53px rgba(57, 145, 189, 0.28);
  border-radius: 32px;
  padding: 48px 0px 32px 0px;
  position: relative;
  max-width: 720px;
}

.algoritm-slide div {
  padding-left: 32px;
  padding-right: 32px;
}

.algoritm-slide div:first-of-type {
  border-bottom: 1px solid #E1EAED;
}

.algoritm-slide div:last-of-type {
  margin-top: 16px;
}

.algoritm-slide div:last-of-type p:first-of-type {
  font-size: 18px;
  line-height: 135.01%;
}

.algoritm-slide p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.01px;
  margin-bottom: 10px;
}

.algoritm-slide p:first-of-type {
  font-weight: 800;
  font-size: 24px;
  line-height: 135.01%;
  align-items: center;
  letter-spacing: 0.02px;
  margin-bottom: 16px;
}

.algoritm-slide span {
  width: 64px;
  height: 64px;
  background: #6EC9F1;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  color: #FFF;
  font-weight: bold;
  position: absolute;
  top: -32px;
  left: 32px;
}

.algoritm-carousel.owl-carousel .owl-stage-outer {
  overflow: visible;
}

.services-list {
	display:flex;
	margin-top:30px;
	margin-bottom:30px;
	/*flex-direction:row;
	
	justify-content:space-around;
	align-items:stretch;
	*/
	flex-wrap:wrap;
	gap:60px;
	
}

.services-card {
	border:1px solid #ccc;
	border-radius:10px;
	width:500px;
	padding: 20px;
}

.services-card p {
	font-size: 14px;
	line-height: 1.43;
	letter-spacing: 0.01px;
	margin-bottom: 15px;
	
}

.

.reviews {
  padding: 88px 0;
  background: #fff;
}

.reviews .container > p {
  font-weight: normal;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.15px;
  margin-bottom: 56px;
}

.reviews .container > p:first-of-type {
  font-weight: 800;
  font-size: 48px;
  line-height: 59px;
  letter-spacing: 0.02px;
  margin-bottom: 24px;
}

.reviews .container > p:first-of-type + p {
  max-width: 774px;
}

.reviews-carousel {
  margin-bottom: 56px;
}

.reviews-carousel.owl-carousel .owl-nav {
  width: 100%;
  left: 0;
  top: 50%;
  margin-top: -24px;
}

.reviews-carousel.owl-carousel .owl-nav button.owl-next,
.reviews-carousel.owl-carousel .owl-nav button.owl-prev {
  border: 2px solid #6EC9F1;
}

.reviews-carousel + .button {
  width: fit-content;
  margin: auto;
}

.reviews-carousel__slide {
  display: flex;
  align-items: center;
}

.reviews-carousel__slide a {
  border: 4px solid #6EC9F1;
  box-shadow: 8px 16px 72px -8px rgba(143, 178, 196, 0.12);
  border-radius: 32px;
  width: 240px;
  flex: 0 0 240px;
  max-width: 240px;
  margin: 0 0 0 90px;
  overflow: hidden;
  padding: 15px 0;
}

.reviews-carousel__slide img {
  display: block;
  width: 100%;
}

.reviews-carousel__slide div {
  flex: 0 0 calc(100% - 330px);
  max-width: calc(100% - 330px);
  padding: 0 80px 0 40px;
}

.reviews-carousel__slide div p {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.15px;
}

.reviews-carousel__slide div p:nth-of-type(1) {
  font-weight: 800;
  font-size: 24px;
  line-height: 135.01%;
  letter-spacing: 0.02px;
  margin-bottom: 12px;
}

.reviews-carousel__slide div p:nth-of-type(2) {
  font-size: 14px;
  line-height: 116%;
  letter-spacing: 0.1px;
  color: #6EC9F1;
  margin-bottom: 20px;
}

.hidden-differences {
  display: none;
  margin-top: 30px;
}

.order-slide_03 {
  padding-top: 15px;
}

.mobile-results {
  display: none;
}

.img-fluid {
  max-width: 100%;
}

.img-full {
  width: 100%;
  margin-bottom: 80px;
}

p.file {
  display: flex;
  align-items: center;
}

p.file img {
  margin-right: 8px;
}

p.file a {
  color: #000;
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 1px solid #ececec;
}

p.file a:hover {
  color: #6EC9F1;
}

.video {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 80px;
  display: block;
  overflow: hidden;
  line-height: 0;
}

.video img {
  width: 100%;
}

.video:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: all ease-in-out .3s;
}

.video:hover:after {
  background-color: rgba(0, 0, 0, 0.5);
}

.video:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  background: url(../images/play.svg) center center no-repeat;
  background-size: 92px;
  z-index: 1;
  transition: all ease-in-out .3s;
}

.video:hover:after {
  background-size: 120px;
}

.center-middle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 0 40px;
}

.padding-content {
  max-width: 890px;
  margin: auto;
}

.round-img {
  position: relative;
  background: #f5f5f5;
  border-radius: 50%;
  overflow: hidden;
  margin: 80px 0;
}

.round-img:after {
  content: "";
  padding-bottom: 100%;
  display: block;
}

.round-img img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.row-gallery > div {
  margin-bottom: 30px;
}

.zoom-link {
  display: block;
  position: relative;
  line-height: 0;
  border-radius: 10px;
  overflow: hidden;
}

.zoom-link:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  position: absolute;
  background: rgba(0, 0, 0, 0.5) url(../images/zoom.svg) center center no-repeat;
  background-size: 10px;
  z-index: 1;
  transition: all ease-in-out .3s;
  opacity: 0;
}

.zoom-link:hover:after {
  background-size: 100px;
  opacity: 1;
}

.owl-carousel3 {
  max-width: 535px;
  margin: 0 auto 80px auto;
}

.owl-carousel3 .owl-stage-outer {
  overflow: visible;
}

.owl-carousel3.owl-carousel .owl-nav button.owl-next {
  margin-right: -35px;
}

.owl-carousel3.owl-carousel .owl-nav button.owl-prev {
  margin-left: -35px;
}

.owl-carousel3 .owl-nav {
  margin-top: -10px;
}

.owl-carousel4 {
  max-width: 890px;
  margin: 0 auto 80px auto;
}

.owl-carousel4 .owl-stage-outer {
  overflow: visible;
}

.owl-carousel4.owl-carousel .owl-nav button.owl-next {
  margin-right: -40px;
}

.owl-carousel4.owl-carousel .owl-nav button.owl-prev {
  margin-left: -40px;
}

.owl-carousel4 .owl-nav {
  margin-top: -10px;
}

.text-middle {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.text-middle p:last-of-type {
  margin-bottom: 0;
}

.text-center {
  text-align: center !important;
}

.textpage {
  overflow: hidden;
  background: #fff;
  padding: 30px 0;
}

.textpage .button {
  height: 60px;
  border-radius: 30px;
  font-size: 20px;
  letter-spacing: -0.6px;
  padding: 0 60px;
}

.textpage .row {
  margin-bottom: 40px;
}

.textpage p {
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.2px;
  color: #294674;
  margin-bottom: 15px;
}

.textpage p strong {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: -0.66px;
}

.textpage blockquote {
  padding: 30px 100px 30px 30px;
  position: relative;
  background: #F7F7F7;
  position: relative;
  margin: 70px 0;
  border-radius: 10px;
}

.textpage blockquote:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  content: "\e901	";
  font-size: 68px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: #ededed;
}

.textpage blockquote p {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 0px;
}

.textpage blockquote p.blockquote-author {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0 10px 0;
}

.textpage blockquote p.blockquote-author__status {
  opacity: 0.4;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-bottom: 0;
}

.textpage ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.textpage ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #6EC9F1;
}

.textpage ol {
  counter-reset: myCounter;
}

.textpage ol li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 16px;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.textpage ol li:before {
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  font-size: 16px;
  font-weight: 800;
  color: #6EC9F1;
  position: absolute;
  top: 0px;
  left: 0;
}

.textpage .img-title {
  margin-top: 24px;
  font-size: 20px;
}

.textpage table {
  margin-bottom: 30px;
  width: 100%;
}

.textpage table th {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  padding: 25px 20px 20px 20px;
  text-align: left;
  border-bottom: 1px solid #ececec;
}

.textpage table td {
  padding: 25px 20px 20px 20px;
  line-height: 1;
  min-width: 150px;
  font-size: 16px;
  line-height: 1.5;
  border-bottom: 1px solid #ececec;
}

.textpage table td span {
  padding: 4px 8px;
  border-radius: 100px;
}

.textpage table tr:hover td {
  background-color: #F7F8FA;
}

.textpage .one-line__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.textpage .one-line__heading .button {
  font-size: 16px;
  white-space: nowrap;
}

.textpage .one-line__heading > * {
  margin-bottom: 0 !important;
}

.accordion {
  margin-bottom: 80px;
}

.accordion-item {
  border-bottom: solid 1px #eaeaea;
}

.accordion-item > a {
  display: flex;
  min-height: 56px;
  padding: 10px 30px 10px 24px;
  align-items: center;
  text-decoration: none;
  position: relative;
  justify-content: space-between;
  transition: all ease-in-out .3s;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #000;
}

.accordion-item > a:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  content: "\e908";
  font-size: 20px;
  transition: all ease-in-out .3s;
  transform: rotate(90deg);
  width: 36px;
  height: 36px;
  color: #6EC9F1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion-item > a.active {
  background: #F7F8FA;
}

.accordion-item > a.active:after {
  transform: rotate(-90deg);
}

.accordion-item > a.active + div {
  max-height: 500px;
  background: #f8f7fc;
}

.accordion-item > a.active + div div {
  border-top: solid 1px #f8f7fc;
}

.accordion-item > div {
  transition: all ease-in-out .3s;
  max-height: 0;
  overflow: hidden;
}

.accordion-item > div div {
  padding: 0 24px;
  border-top: solid 1px #eaeaea;
}

.accordion-item > div p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: -0.2px;
}

.accordion-item:last-of-type {
  border-bottom: none;
}

.reviews {
  margin-bottom: 80px;
}

.reviews-item > div:first-of-type {
  display: flex;
  align-items: center;
}

.reviews-item > div:first-of-type img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  flex: 0 0 90px;
  margin-right: 24px;
  border-radius: 50%;
}

.reviews-item > div:first-of-type p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0;
  width: 10px;
  line-height: 1.2;
}

.reviews-content {
  background: #6EC9F1;
  padding: 16px;
  border-radius: 12px;
  position: relative;
  margin-top: 16px;
}

.reviews-content:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #6EC9F1;
  top: -4px;
  left: 33px;
  transform: rotate(45deg);
  position: absolute;
}

.reviews-content p {
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.8);
}

.reviews-content p:last-of-type {
  margin-bottom: 0;
}

.reviews2 {
  padding: 0 114px;
}

.reviews2-item {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.04);
  padding: 16px;
  margin-bottom: 30px;
}

.reviews2-item__content p,
.reviews2-item__content a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 0px;
}

.reviews2-item__content a {
  color: rgba(0, 0, 0, 0.55);
  margin-top: 15px;
  display: block;
}

.reviews2-item__content a:hover {
  color: #6EC9F1;
}

.reviews2-item__heading {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.reviews2-item__heading:after {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  color: rgba(0, 0, 0, 0.24);
  margin-left: auto;
}

.reviews2-item__heading_vk:after {
  content: "\e904";
}

.reviews2-item__heading_fb:after {
  content: "\e906";
  font-size: 20px;
}

.reviews2-item__heading_in:after {
  content: "\e905";
  font-size: 20px;
}

.reviews2-item__heading img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  margin-right: 8px;
  border-radius: 50%;
}

.reviews2-item__heading p {
  margin-bottom: 0;
}

.reviews2__heading {
  margin-bottom: 50px;
}

.reviews2__heading p:first-of-type {
  font-size: 60px;
  font-weight: bold;
  line-height: 1.33;
  letter-spacing: -1px;
  color: #000;
  margin-bottom: 0;
}

.reviews2 .product-soc {
  margin: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-bottom: 60px;
}

.reviews2 .product-socials a {
  margin-right: 10px;
}

.post-meta {
  background-color: #f8f7fc;
  border-top: 1px solid #ececec;
}

.post-meta span.date {
  padding-right: 32px;
  border-right: 1px solid #ececec;
  display: flex;
  align-items: center;
  height: 30px;
  margin-right: 32px;
}

.post-meta span.views {
  padding-right: 32px;
  border-right: 1px solid #ececec;
  display: flex;
  align-items: center;
  height: 30px;
  margin-right: 32px;
}

.post-meta span.views:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  content: "\e90d";
  color: #6EC9F1;
  margin-right: 10px;
  font-size: 10px;
}

.post-meta .container {
  display: flex;
  align-items: center;
  height: 80px;
}

.post-meta__share {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.post-meta__share > span {
  display: flex;
  align-items: center;
  letter-spacing: -0.32px;
  color: #020202;
  margin-right: 22px;
}

.post-meta__share > span:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  line-height: 1;
  content: "\e90a";
  margin-right: 15px;
  font-size: 18px;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
  .tgkanal {
	 /* width:100%;*/
	  text-align: center;
	  padding:0 10px
  }

  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }

  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
  .footer-middle {
	  text-align: center;
  }
}

@media (min-width: 768px) {
	  .footer-middle {
	  text-align: center;
  }
  .container {
    max-width: 720px;
  }

  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }

  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }

  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }

  #dropzone {
    margin-left: 440px;
    width: 450px;
    margin-bottom: 60px;
    top: 80px;
    position: absolute;
    z-index: 1;
  }

  #dropzone.bottom {
    top: 360px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }

  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }

  .container {
    max-width: 1170px;
  }

  #dropzone {
    margin-left: 490px;
    width: 610px;
    top: 80px;
    position: absolute;
    z-index: 1;
  }

  #dropzone.bottom {
    top: 400px;
  }
}

@media only screen and (max-width: 1999px) {
  .five-years {
    overflow: hidden;
  }

  .five-years__container {
    padding: 0;
    box-shadow: none;
    background: none;
    padding-inline: 0!important;
  }

  .five-years__container:before {
    display: none;
    bottom: unset;
    height: 2px;
    top: 175px;
  }
  
  .five-years__dots-outter {
      cursor: grab!important;
  }

  .five-years__container:after {
    display: none;
    bottom: unset;
    height: 2px;
    top: 175px;
  }

  .five-years__container > p {
    text-align: left;
    /*max-width: 534px;*/
  }

  .five-years__dots {
    padding-left: calc((100vw - 1200px)/2);
    padding-right: calc((100vw - 1200px)/2);
    margin-left: 0px;
    margin-right: 0px;
  }
  
  

  .five-years__dots-outter {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    overflow: hidden;
  }

  .five-years__dots:before {
    width: 1920px!important;
    
    left: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .header nav {
    display: none;
  }

  .hamburger {
    display: block;
  }

  .footer {
    padding: 40px 0;
  }

  .footer-top {
    flex-direction: column;
  }

  .footer-top .footer-logo {
    margin: 0 auto 40px auto;
  }

  .footer-top div:last-of-type {
    width: 100%;
    justify-content: space-between;
  }

  .footer-middle {
    flex-direction: column;
  }

  .footer-middle > div:last-of-type {
    align-items: center;
    margin-top: 40px;
  }

  .order-slide {
    padding-left: 0px;
  }

  .order-slide_01 .promo p:first-of-type,
  .order-slide_02 .promo p:first-of-type,
  .order-slide_03 .promo p:first-of-type {
    font-size: 34px;
    letter-spacing: 0.02px;
  }

  .order-slide_03 .promo p:first-of-type:after {
    width: 34px;
    height: 34px;
  }

  .order-slide__head li {
    font-size: 16px;
    line-height: 1;
    margin-left: 30px;
  }

  .order-slide__head li:first-of-type {
    margin-left: 0px;
  }

  .five-years {
    overflow: hidden;
  }

  .five-years__container {
    padding: 0;
    box-shadow: none;
    background: none;
  }

  .five-years__container:before {
    display: none;
    bottom: unset;
    height: 2px;
    top: 175px;
  }

  .five-years__container:after {
    display: none;
    bottom: unset;
    height: 2px;
    top: 175px;
  }

  .five-years__container > p {
    text-align: left;
    max-width: 534px;
  }

  .five-years__dots {
    padding-left: calc((100vw - 980px)/2);
    padding-right: calc((100vw - 980px)/2);
    margin-left: 0px;
    margin-right: 0px;
  }

  .five-years__dots-outter {
    width: 100vw;
    position: relative;
    left: 50%;
    margin-left: -50vw;
    overflow: hidden;
  }

  .five-years__dots:before {
    width: 1140px;
    left: 0;
  }

  .questions {
    padding: 80px 0 0 0;
  }

  .questions-container {
    overflow: hidden;
    padding: 36px;
  }

  .questions-container img {
    right: -30px;
  }

  .questions-container > p {
    margin-bottom: 20px;
  }

  .questions-container > p:first-of-type {
    margin-bottom: 14px;
  }

  .questions-container form {
    max-width: 352px;
  }

  .guarantee .row > div {
    margin-bottom: 30px;
  }

  .guarantee .container > p {
    font-size: 16px;
    line-height: 150%;
  }

  .guarantee .container > p:first-of-type {
    font-weight: bold;
    font-size: 34px;
    line-height: 129.14%;
  }

  .guarantee-differences__item-content {
    width: 100%;
    max-width: calc(100% - 150px);
  }

  .reviews-carousel.owl-carousel .owl-nav {
    width: 112px;
    top: auto;
    bottom: -70px;
    left: 50%;
    margin-left: -56px;
  }

  .reviews-carousel.owl-carousel .owl-nav {
    bottom: -90px;
  }

  .reviews-carousel + .button {
    margin-top: 120px;
  }

  .reviews-carousel__slide a {
    width: 180px;
    flex: 0 0 180px;
    max-width: 180px;
    margin: 0;
  }

  .reviews-carousel__slide div {
    flex: 0 0 calc(100% - 180px);
    max-width: calc(100% - 180px);
    padding: 0 0px 0 30px;
  }
}

@media only screen and (max-width: 991px) {
  label.checkbox {
    padding-left: 60px;
  }

  label.checkbox input[type="checkbox"] + span,
  label.checkbox input[type="radio"] + span {
    left: 0;
  }

  .contact-form {
    max-width: 100%;
  }

  .modal__call-me label span {
    font-size: 18px;
  }

  .dropzone-outter {
    flex-direction: column-reverse;
  }

  .dropzone-outter label.policy {
    margin-top: 40px;
  }

  .mobile-menu {
    width: calc((100vw - 720px)/2 + 320px);
  }

  .order-slide_01,
  .order-slide_02,
  .order-slide_03 {
    padding-top: 20px;
  }

  .order-slide_01 p,
  .order-slide_02 p,
  .order-slide_03 p {
    font-size: 16px;
    line-height: 1.5;
  }

  .order-slide_01 .found-results,
  .order-slide_02 .found-results,
  .order-slide_03 .found-results {
    margin-top: -25px;
    margin-bottom: 30px;
  }

  .order-slide__head {
    order: 10;
    margin-top: 50px;
    margin-bottom: 40px;
  }

  .order-slide__head li {
    font-size: 20px;
    line-height: 1.5;
  }

  .five-years__dots {
    padding-left: calc((100vw - 750px)/2);
    padding-right: calc((100vw - 750px)/2);
  }

  .guarantee-differences__item-content {
    max-width: calc(100% - 210px);
    min-height: 210px;
  }

  .algoritm {
    padding: 40px 0;
  }

  .algoritm-carousel.owl-carousel .owl-nav {
    left: auto;
    right: 24px;
  }

  .reviews {
    padding: 40px 0;
  }

  .textpage {
    padding: 30px 0;
  }

  .reviews .dragscroll-outter {
    width: 100%;
  }

  .reviews-content {
    margin-bottom: 40px;
  }

  .reviews2 {
    padding: 0;
  }

  .reviews2 .grid-sizer {
    display: none;
  }

  .reviews2__heading {
    margin-bottom: 0px;
  }

  .reviews2 .product-soc {
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) {
  textarea {
    height: 110px;
  }

  label.checkbox {
    width: fit-content;
    padding-left: 53px;
    min-height: 36px;
    margin-bottom: 30px;
    font-size: 14px;
  }

  label.checkbox input[type="checkbox"] + span,
  label.checkbox input[type="radio"] + span {
    width: 36px;
    height: 36px;
  }

  .contact-form {
    max-width: 100%;
    margin: 0px auto;
  }

  .contact-form p.heading {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
  }

  .contact-form form > div {
    flex-wrap: wrap;
  }

  .contact-form form > div input,
  .contact-form form > div p,
  .contact-form form > div button {
    flex: 0 0 100%;
  }

  .contact-form form > div p {
    margin-bottom: 24px;
  }

  .contact-form form > div .button {
    height: 50px;
    width: 100%;
  }

  .modal .fancybox-close-small {
    right: 0px;
    top: 5px;
  }

  .modal__call-me {
    padding: 30px 15px;
  }

  .dropzone {
    padding: 0 20px;
    min-height: 120px;
  }

  #dropzone .queue {
    order: 0;
    margin-top: -30px;
  }

  .order form .docs p:first-of-type {
    margin-bottom: 5px;
  }

  .order form .docs {
    margin-bottom: 20px;
  }

  .order form .docs p:last-of-type {
    margin-bottom: 0;
  }

  .order form .docs > div {
    max-height: 0;
    overflow: hidden;
    transition: all ease-in-out .3s;
  }

  .order form .docs p.accordion.active + div {
    max-height: 1000px;
    overflow: hidden;
  }

  .order form .docs p strong {
    font-size: 18px;
  }

  .order form .docs p.accordion {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 15px;
    padding-right: 20px;
  }

  .order form .docs p.accordion.active:after {
    transform: rotate(45deg);
  }

  .order form .docs p.accordion:after {
    content: "+";
    font-size: 30px;
    color: #6EC9F1;
    transition: all ease-in-out .3s;
  }

  body {
    padding-top: 75px;
  }

  .header-steps {
    display: block;
    margin-left: auto;
    margin-right: 10px;
  }

  .header {
    padding: 0;
  }

  .header-container {
    height: 70px;
  }

  .header-logo {
    display: none;
  }

  .header .button {
    margin-left: auto;
  }

  .header-contacts {
    display: none;
  }

  .hamburger {
    margin-top: 0;
  }

  .mobile-menu {
    width: 100%;
  }

  .mobile-menu .button {
    margin-bottom: 44px;
  }

  .mobile-menu ul li {
    margin-bottom: 20px;
  }

  .mobile-menu ul li a {
    font-weight: bold;
  }

  .footer-top div:last-of-type {
    flex-direction: column;
  }

  .footer-top div:last-of-type .button {
    width: 100%;
  }

  .footer-top div:last-of-type .button-white {
    margin-left: 0;
    margin: 20px 0;
  }

  .footer-bottom p {
    text-align: left;
  }

  .footer-middle > div:first-of-type {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-middle > div:first-of-type img {
    margin-bottom: 20px;
  }

  .footer-middle > div:last-of-type {
    width: 30px;
	margin-right: 30px;
    align-items: flex-start;
  }

  .owl-carousel .owl-nav button.owl-next.owl-next,
  .owl-carousel .owl-nav button.owl-prev.owl-next {
    margin-right: -6px;
  }

  .owl-carousel .owl-nav button.owl-next.owl-prev,
  .owl-carousel .owl-nav button.owl-prev.owl-prev {
    margin-left: -6px;
  }

  h1 {
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 27px;
  }

  h2 {
    font-size: 24px;
    line-height: 1.33;
    letter-spacing: -0.4px;
  }

  h3 {
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.66px;
    margin-bottom: 20px;
  }

  h4 {
    font-size: 16px;
    line-height: 1.25;
    letter-spacing: -0.4px;
  }

  h5 {
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: -0.4px;
  }

  h6 {
    font-size: 12px;
    line-height: 1.29;
    letter-spacing: -0.4px;
  }

  .order-slide_01 .found-results,
  .order-slide_02 .found-results,
  .order-slide_03 .found-results {
    display: none;
  }

  .order form .buttons {
    flex-direction: column-reverse;
  }

  .order form .buttons .button {
    width: 100%;
  }

  .order form .buttons .step-2,
  .order form .buttons .send-request {
    flex: 0 0 100%;
    max-width: 100%;
    height: 48px;
    min-height: 48px;
  }

  .order form {
    padding: 24px 16px;
  }

  .five-years__dots {
    padding-left: calc((100vw - 570px)/2);
    padding-right: calc((100vw - 570px)/2);
  }

  .principles p {
    font-size: 34px;
    line-height: 129.14%;
    font-weight: bold;
    margin-bottom: 30px;
  }

  .principles img {
    max-width: 100%;
    margin-top: 50px;
  }

  .prize {
    background: url(../images/map.svg) top center no-repeat;
    background-size: contain;
  }

  .prize .container {
    background: none;
    padding-bottom: 50px;
  }

  .prize-container {
    padding: 64px 16px;
    border-radius: 120px;
  }

  .prize-container img {
    width: 124px;
    margin-left: -62px;
  }

  .prize-container p {
    font-size: 20px;
    line-height: 1.5;
  }

  .prize-container p:last-of-type {
    font-size: 14px;
    line-height: 20px;
  }

  .advantage .container > p {
    font-size: 34px;
    line-height: 129.14%;
    font-weight: bold;
  }

  .questions-container {
    height: 853px;
  }

  .questions-container img {
    right: 0;
    height: 420px;
  }

  .questions-container > p {
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.44px;
  }

  .questions-container > p:first-of-type {
    font-weight: bold;
    font-size: 34px;
    line-height: 129.14%;
    width: 180px;
  }

  .questions-container form {
    padding: 24px;
    max-width: 100%;
  }

  .guarantee-differences__item {
    padding: 0;
  }

  .guarantee-differences__item_01 {
    background-image: none;
  }

  .guarantee-differences__item_01:before {
    content: "";
    display: block;
    height: 240px;
    border-radius: 36px 36px 0 0;
    background-size: cover;
    background-image: url(../images/banner01.jpg);
  }

  .guarantee-differences__item_02 {
    background-image: none;
  }

  .guarantee-differences__item_02:before {
    content: "";
    display: block;
    height: 240px;
    border-radius: 36px 36px 0 0;
    background-size: cover;
    background-image: url(../images/banner02.jpg);
    background-position: 0 -100px;
  }

  .guarantee-differences__item-content {
    max-width: 100%;
    padding: 24px 18px;
  }

  .algoritm .container > p:first-of-type {
    font-weight: bold;
    font-size: 34px;
    line-height: 129.14%;
    letter-spacing: 0.02em;
  }

  .reviews .container > p {
    margin-bottom: 15px;
  }

  .reviews .container > p:first-of-type {
    font-weight: bold;
    font-size: 34px;
    line-height: 129.14%;
    letter-spacing: 0.02em;
  }

  .reviews-carousel__slide {
    flex-direction: column;
  }

  .reviews-carousel__slide a {
    width: 240px;
    flex: 0 0 290px;
    max-width: 290px;
    margin-bottom: 30px;
  }

  .reviews-carousel__slide img {
    height: 290px;
  }

  .reviews-carousel__slide div {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0px 0 0px;
  }

  .styledSelect {
    padding-top: 14px;
    display: block;
  }

  .header .button {
    display: none;
  }

  .mobile-results {
    width: 20px;
    height: 20px;
    width: 20px;
    height: 20px;
    border: 2px solid #6ec9f1;
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-style: italic;
    font-family: auto;
    font-weight: 700;
  }

  .mobile-results:before {
    content: "i";
  }

  .img-fluid {
    margin-bottom: 20px;
  }

  .row-gallery .img-fluid {
    margin-bottom: 0px;
  }

  .video {
    margin-bottom: 20px;
  }

  .video:after {
    background-size: 56px;
  }

  .video:hover:after {
    background-size: 76px;
  }

  .center-middle {
    padding: 0px;
  }

  .round-img {
    margin: 20px 0;
  }

  .zoom-link:after {
    background-size: 10px;
  }

  .zoom-link:hover:after {
    background-size: 56px;
  }

  .owl-carousel3 {
    margin: 0 auto 20px auto;
  }

  .owl-carousel3.owl-carousel .owl-nav button.owl-next {
    margin-right: -15px;
  }

  .owl-carousel3.owl-carousel .owl-nav button.owl-prev {
    margin-left: -15px;
  }

  .owl-carousel3 .owl-nav {
    margin-top: -30px;
  }

  .owl-carousel4 {
    margin: 0 auto 20px auto;
  }

  .owl-carousel4.owl-carousel .owl-nav button.owl-next {
    margin-right: -15px;
  }

  .owl-carousel4.owl-carousel .owl-nav button.owl-prev {
    margin-left: -15px;
  }

  .owl-carousel4 .owl-nav {
    margin-top: -25px;
  }

  .textpage {
    padding: 30px 0;
  }

  .textpage .button {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
  }

  .textpage .row {
    margin-bottom: 0px;
  }

  .textpage blockquote {
    margin: 40px 0;
    padding: 30px 15px 45px 15px;
    width: calc(100% + 30px);
    margin-left: -15px;
  }

  .textpage blockquote p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.2px;
    position: relative;
    z-index: 2;
  }

  .textpage blockquote p.blockquote-author {
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: -0.4px;
    margin-top: 15px;
  }

  .textpage blockquote p.blockquote-author__status {
    font-size: 14px;
  }

  .textpage .img-title {
    font-size: 16px;
    margin-top: 0	px;
  }

  .textpage table {
    width: 100%;
    min-width: 600px;
  }

  .textpage table th {
    font-size: 18px;
  }

  .textpage table td {
    min-width: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .accordion {
    margin-bottom: 20px;
  }

  .accordion {
    width: calc(100% - 30px);
    margin-left: 15px;
  }

  .accordion-item > a {
    padding: 10px 30px 10px 15px;
  }

  .accordion-item > div div {
    padding: 0 15px;
  }

  .accordion-item > div p {
    font-size: 14px;
  }

  .reviews {
    margin-bottom: 20px;
  }

  .reviews .row {
    margin-right: -6px;
    margin-left: -6px;
  }

  .reviews .row > div {
    padding-right: 6px;
    padding-left: 6px;
  }

  .reviews-item {
    min-width: 320px;
  }

  .reviews2 {
    padding: 40px 0;
  }

  .reviews2 .dragscroll {
    margin-left: -21px;
    width: calc(100% + 36px);
  }

  .reviews2-items {
    margin-right: -6px;
    margin-left: -6px;
  }

  .reviews2-items > div {
    padding-right: 6px;
    padding-left: 6px;
  }

  .reviews2-item {
    min-width: 320px;
  }

  .reviews2__heading p:first-of-type {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.2px;
  }

  .reviews2 .product-socials {
    justify-content: space-evenly;
  }

  .post-meta span.date {
    flex: 0 0 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    justify-content: center;
  }

  .post-meta span.views {
    flex: 0 0 50%;
    padding: 0;
    margin: 0;
    text-align: center;
    justify-content: center;
    border-right: 0;
  }

  .post-meta .container {
    flex-wrap: wrap;
    height: 11	0px;
  }

  .post-meta__share {
    justify-content: space-between;
    width: 100%;
  }

  .dragscroll {
    flex-wrap: nowrap;
    overflow-x: auto;
    margin-right: 0;
    margin-left: 0;
    cursor: grab;
    width: 100%;
  }

  .dragscroll::-webkit-scrollbar {
    display: none;
  }
}

@media only screen and (max-width: 565px) {
.footer-middle > div:first-of-type img {display:none;}
.tgkanal {width:100%}
  .five-years__dots {
    padding-left: 0px;
    padding-right: 0px;
  }

  .five-years__dots:before {
    width: 1020px;
  }

  .questions-container {
    padding: 16px;
    width: calc(100% + 30px);
    margin-left: -15px;
    border-radius: 0;
  }

  .accordion {
    width: calc(100% + 30px);
    margin-left: -15px;
  }

}

@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}

input,button,textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;}input[type="checkbox"]{-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}input[type="radio"]{-webkit-appearance:radio;-moz-appearance:radio;appearance:radio-button}


@media only screen and (min-width: 991px) {
#form-3 {
    min-height: 635px;
}
}

.news {
    background: #FFFFFF;
    box-shadow: 0px 18px 40px -7px rgba(167, 196, 210, 0.28);
    border-radius: 24px;
    margin-bottom: 40px;
}
.news:hover {
    box-shadow: 0px 18px 58px -9px rgba(19, 67, 90, 0.28);
}
.news__title {
    font-weight: 900;
    font-size: 20px;
    line-height: 135.01%;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #294674;
}
.news__title a{
    color: #294674;
   
}
.news__date {
    font-weight: 400;
    font-size: 14px;
    line-height: 116%;
    display: flex;
    align-items: center;
    letter-spacing: 0.1px;
    color: #5E6472;
	padding:0 0 10px 0
}
.news__img {
   border-radius: 24px;
   vertical-align: top;
   width: 100%;
}
.news__tags {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 0;
}
.news__tags li {
    display: inline-block;
    margin: 0 !important;
    padding: 0 !important;
    
}
.news__tags li:before, .pagination  li:before, .tags li:before{
    display: none !important;
}
.news__tags li  a {
    padding: 2px 8px;
    background: #348DB4;
    border-radius: 16px;
    display: block;
    color: #fff;
    font-weight: 550;
    font-size: 12px;
    text-transform: uppercase;
    margin-right: 10px;
}

.news__read {
	text-align:right;
	margin:-25px 0 0 0;
	list-style:none;
	float:right;
}


.news__read span  a {
    padding: 2px 8px;
    border-radius: 16px;
    display: block;
    color: #348DB4;
    font-weight: 550;
    font-size: 12px;
    text-transform: uppercase;
}

.pagination {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}
.pagination  li {
    display: inline-block;
    padding: 0 10px !important;
}
.pagination  li a{
    font-size: 18px;
    line-height: 100%;
    font-weight: bold;
    letter-spacing: 0.02em;
    line-height: 34px;
    color: #294674;
    display: block;
    width: 40px;
    height: 40px;
}
.pagination .page-item.active a{

    border: 2px solid #6EC9F1;
    border-radius: 32px;

}

.search {
    position: relative;
}
.search input {
    padding-left: 40px;
}
.search button {
    position: absolute;
    left: 0;
    top: 0;
    height: 48px;
    padding-top: 5px;
    background: transparent;
    cursor: pointer;
    padding-left: 10px;
}

.sort a{
    border: 2px solid #6EC9F1;
    border-radius: 32px;
    padding: 10px 20px;
    margin-right: 10px;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: #294674;
}
.sort a:hover {
    background: #6EC9F1;
     color: #fff;
}
.sort a:hover svg {
    fill: #fff;
}
.sort a svg path {
    
    stroke: #294674;
}
.sort a:hover svg path {
    
    stroke: #fff;
}
.tags {
    padding: 0;
    margin: 0;
    list-style: none;
}
.textpage .tags li {
    display: inline-block;
   padding-left: 10px;
}
.tags li a{
    background: #E1EAED;
    border-radius: 16px;
    font-weight: 400;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 16px;
    display: flex;
    align-items: flex-end;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #7196B1;
}

.tags  .tags__active a {
    background: #348DB4;
    color: #fff;
}
.breadcrumb {
    list-style:none;
    margin: 0 0 20px 0;
    padding: 0;
}
.breadcrumb li:before {
    display: none !important;
}
.breadcrumb li a {
    position: relative;
    padding-right: 10px;
}
.breadcrumb li a:after {
    content: "/";
    position: absolute;
    right: -5px;
}
.breadcrumb  li {
    display: inline-block;
    padding: 0 !important;
    margin: 0 10px 0 0 !important;
}

.title {
    font-style: normal;
    font-weight: 900;
    font-size: 34px;
    line-height: 129.14%;
    letter-spacing: 0.02em;
    color: #294674;
    margin-bottom: 30px;
}
.date {
    
}
#comment-captcha {
    font-style: normal;
    font-weight: 900;
    font-size: 22px;
    letter-spacing: 0.02em;
    color: #294674;
    margin-bottom: 0px;
}
.form-group 
#comment-editor {
    width: 100%;
    padding: 30px;
}
#ticketForm .form-actions, #comment-form .form-actions {
    border: none !important;
}
#comment-new-link a {
    color: #294674;
}
.ticket-comment .ticket-avatar {
    width: 50px;
    height: 50px;
    max-width: 50px !important;
    max-height: 50px !important;
    border-radius: 50%;
}
.w-100 {
    width: 100%;
}
.subtitle{
    font-weight: 900;
    font-size: 24px;
    line-height: 135.01%;
    letter-spacing: 0.02em;
    color: #294674;
}
.comment-total{
    color: #7196B1;
    font-weight: 400;
    display: inline-block;
}
.ticket-comment-author {
    display: block !important;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 135.01%;
    display: flex;
    align-items: center;
    letter-spacing: 0.02em;
    color: #294674 !important;
}
.ticket-comment-createdon {
    display: block !important;
    font-style: normal;
    font-weight: 400;
    font-size: 12px !important;
    line-height: 120%;
    display: flex;
    align-items: center;
    letter-spacing: 0.01em;
    color: #758D98;
    
}
.ticket-comment-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0.44px;
    color: #294674;
    margin: 15px 0 10px 0 !important;
}
.comment-reply {
    margin-bottom: 30px;
}
@media(max-width: 992px){
    .news__img {
        width: 100%;
    }
}

.topmenu {
    margin-top: 0;
}

.topmenu .submenu {
    padding: 5px 0;
    box-shadow: 0px 12px 24px -8px rgba(11, 138, 202, 0.29);
}

.topmenu .submenu li {
    padding: 6px 15px;
}

.topmenu .parent > a:after {
    content: "";
    border: solid #294674;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    margin: 0 4px 0 4px;
    position: relative;
    top: -3px;
}

.mobile-menu .topmenu {
    margin-top: 60px;
}

.mobile-menu .topmenu .parent > a:after {
    content: "";
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    margin: 0 4px 0 4px;
    position: relative;
    top: -3px;
}

