body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0;
}
* {
	box-sizing: border-box;
}
.clear {
	clear: both;
}
button {
	cursor: pointer;
}

.slider {
	position: relative;
	margin: 20px auto 0;
	padding-bottom: 80px;
	overflow: hidden;
}
.slider > ul > img {
	cursor: pointer;
	transition: background 0.2s ease;
}
.slider > ul > li {
	box-shadow: 0 16px 15px -8px rgba(0,0,0,.4);
}
.slider .dots {
	text-align: center;
	position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    height: 20px;
}
.slider .dots .dot {
	display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #D8E0E8;
    margin: 5px;
}
.slider .dots .dot-active {
	background: #043F82;
}

.slider-2 {
	position: relative;
	margin: 20px auto 0;
	padding: 30px 0 90px;
	overflow: hidden;
}
.slider-2 > ul > li {
	box-shadow: 2px 5px 10px 10px rgba(0,0,0,.1);
}
.slider-2 > ul > img {
	cursor: pointer;
	margin-top: 20px;
	top: 190px !important;
	transition: background 0.2s ease;
}
.slider-2 > ul > img.left {
	left: -100px !important;
}
.slider-2 > ul > img.right {
	right: -100px !important;
}
.slider-2 .dots {
	text-align: center;
	position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    height: 20px;
}
.slider-2 .dots .dot {
	display: inline-block;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #D8E0E8;
    margin: 5px;
}
.slider-2 .dots .dot-active {
	background: #043F82;
}

.row > div {
	max-width: 1180px;
	padding: 0 10px;
	margin: 0 auto;
}
.row-1 {
	background: #F8F9FD;
	text-align: center;
}
.row-1 .logo {
	float: left;
	display: inline-block;
    padding: 15px 0;
}
.row-1 .slogan {
	font-weight: 800;
	color: #4466A8;
	font-size: 20px;
	display: inline-block;
    padding: 25px 25px 25px 0;
}
.row-1 .menu {
	position: relative;
    width: 60px;
    float: right;
    display: inline-block;
}

.row-2 .title-1 {
	margin-top: 60px;
	text-align: center;
	font-size: 58px;
	font-weight: 700;
}
.row-2 .title-2 {
	margin-top: 8px;
	text-align: center;
	font-size: 35px;
	font-weight: 700;
}
.row-2 .descr {
	margin-top: 8px;
	text-align: center;
	font-size: 22px;
}
.row-2 .apps {
	margin-top: 20px;
	text-align: center;
}
.row-2 .apps a {
	margin: 0 20px;
}

.row-3 .title-1 {
	margin-top: 60px;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
}
.row-3 .descr {
	margin-top: 8px;
	text-align: center;
	font-size: 22px;
}
.row-3 .steps {
	margin: 20px 0 40px;
}
.row-3 .steps > div {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	margin: 20px 0;
}
.row-3 .steps img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.row-3 .steps .step-title {
	position: relative;
	text-align: center;
	color: #043f82;
	font-size: 17px;
	padding: 20px 20px 20px 0;
}
.row-3 .steps .step-title img {
	position: absolute;
	right: 0;
	top: 12px;
}
.row-3 .steps .step-descr {
	padding-right: 60px;
}

.row-4 {
	background: url(../images/bg-4.jpg);
	padding: 100px 0;
}
.row-4 .title-1 {
	text-align: center;
	font-size: 46px;
	font-weight: 600;
	max-width: 750px;
	margin: 0 auto 100px;
	padding: 10px 40px;
	color: #fff;
	border: 2px solid #4AFFFF;
	text-transform: uppercase;
}
.row-4 .title-1:after {
	content: "";

}
.row-4 .v-menu {
	text-align: center;
	position: relative;
}
.row-4 .v-menu div {
	padding: 6px;
}
.row-4 .v-menu a {
	color: #fff;
	text-decoration: none;
	font-size: 28px;
	line-height: 16px;
}
.row-4 .v-menu a:hover {
	text-decoration: underline;
	color: #4AFFFF;
}
.row-4 .v-menu a:after {
	content: "";
	background: url(../images/dot.png) top center no-repeat;
	width: 100%;
	height: 6px;
	display: inline-block;
}
.row-4 .v-menu div:first-child a:before {
	content: "";
	background: url(../images/dot.png) top center no-repeat;
	width: 100%;
	height: 6px;
	display: inline-block;
	margin-bottom: 10px;
}
.row-4 .v-menu:after{
	content: "";
    width: 2px;
    height: 115px;
    background: #4AFFFF;
    position: absolute;
    bottom: -100px;
    margin-left: -1px;
}
.row-4 .v-menu:before{
	content: "";
    width: 2px;
    height: 110px;
    background: #4AFFFF;
    position: absolute;
    top: -100px;
    margin-left: -1px;
}

.row-5 {
	padding: 100px 0;
	overflow: hidden;
}
.row-5 .art img {
	max-width: 100%;
	width: auto;
	height: auto;
	z-index: 2;
	position: relative;
}
.row-5 .art > div {
	width: 50%;
}
.row-5 .art-img-r .art-img, .row-5 .art-img-l .art-descr {
	float: right;
}
.row-5 .art-img-l .art-img, .row-5 .art-img-r .art-descr {
	float: left;
}
.row-5 .art-img-l .art-img {
	padding-right: 40px;
}
.row-5 .art .art-title {
	position: relative;
}
.row-5 .art-img-r {
	position: relative;
}
.row-5 .art-img-r:after {
	content: "";
	background: #F8F9FD;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -1000px;
	right: -1000px;
	z-index: -1;
}
.row-5 .art-img-r:first-child:after {
	top: -100px;
}
.row-5 .art-img-r .art-title:after {
	content: "";
	position: absolute;
	width: 2000px;
	height: 1px;
	left: 0;
	bottom: -5px;
	background: #043f82;
}
.row-5 .art-img-l .art-title:after {
	content: "";
	position: absolute;
	width: 2000px;
	height: 1px;
	right: 25px;
	bottom: -5px;
	background: #043f82;
}
.row-5 .art-title {
	font-size: 24px;
	color: #043f82;
	font-weight: 500;
}
.row-5 .art-text {
	line-height: 22px;
	margin-top: 25px;
	padding-right: 30px;
}
.row-5 .art-descr {
	margin-top: 25px;
	padding-bottom: 25px;
}

.row-6 {
	background: #EFF1F7;
	padding: 80px 0;
	overflow: hidden;
}
.row-6 .title-1 {
	text-align: center;
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 30px;
}
.row-6 .art img {
	max-width: 100%;
	width: auto;
	height: auto;
	z-index: 2;
	position: relative;
}
.row-6 .art > div {
	width: 50%;
}
.row-6 .art-img-r .art-img, .row-6 .art-img-l .art-descr {
	float: right;
}
.row-6 .art-img-l .art-img, .row-6 .art-img-r .art-descr {
	float: left;
}
.row-6 .art-img-l .art-img {
	padding-right: 40px;
}
.row-6 .art .art-title {
	position: relative;
}
.row-6 .art-img-r {
	position: relative;
}
.row-6 .art-img-r .art-title:after {
	content: "";
	position: absolute;
	width: 2000px;
	height: 1px;
	left: 0;
	bottom: -5px;
	background: #043f82;
}
.row-6 .art-img-l .art-title:after {
	content: "";
	position: absolute;
	width: 2000px;
	height: 1px;
	right: 25px;
	bottom: -5px;
	background: #043f82;
}
.row-6 .art-title {
	font-size: 24px;
	color: #043f82;
	font-weight: 500;
}
.row-6 .art-text {
	line-height: 22px;
	margin-top: 25px;
	padding-right: 30px;
}
.row-6 .art-descr {
	margin-top: 25px;
	padding-bottom: 25px;
}

.row-7 {
	padding: 60px 0;
}
.row-7 .title-1 {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}
.row-7 .videos img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.row-7 .videos > div {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	position: relative;
}
.row-7 .videos > div:after {
	position: absolute;
    content: "";
    background: url(../images/play.png) 48% 60px no-repeat;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.row-7 .videos > div:hover:after {
    background: url(../images/play-act.png) 48% 60px no-repeat;
}
.row-7 .video-title {
	color: #043f82;
	padding-right: 20px;
}

.row-8 {
	background: #F8F9FD;
	padding: 60px 0;
}
.row-8 .title-1 {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}
.row-8 .jobs {
	text-align: center;
}
.row-8 .jobs img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.row-8 .jobs .job {
	width: 47%;
	vertical-align: top;
	display: inline-block;
	position: relative;
	margin-bottom: 35px;
}
.row-8 .jobs .job:nth-child(odd) {
	margin-right: 35px;
}
.row-8 .jobs .job .job-type {
	position: absolute;
	right: 0;
	bottom: 0;
	cursor: pointer;
}
.row-8 .jobs .job .job-type img {
	z-index: 2;
}
.row-8 .jobs .job .job-type:hover:before {
	content: "";
    background: url(../images/jobs/act.png) no-repeat;
    top: -15px;
    right: 0;
    bottom: 4px;
    left: -15px;
    display: block;
    position: absolute;
}
.row-8 .jobs .job .job-title {
	text-align: left;
	position: absolute;
	right: 26px;
	left: 0;
	bottom: 4px;
	height: 40px;
	color: #fff;
	font-size: 14px;
	padding: 10px 20px;
	background: rgba(0,0,0,.5);
}

.row-9 {
	background: url(../images/bg-9.jpg);
	padding: 80px 0;
}
.row-9 > div {
	background: url(../images/art-9.png) bottom right no-repeat;
}
.row-9 .title-1 {
	font-size: 42px;
	color: #043f82;
	font-weight: 700;
	padding: 20px;
	border: 2px solid #05FFFF;
	max-width: 900px;
	margin: 0 auto 60px;
	text-align: center;
}
.row-9 .descr {
	font-size: 20px;
	color: #043f82;
	line-height: 32px;
	font-weight: 600;
}
.row-9 .descr ul {
	padding-left: 20px;
	margin-top: 90px;
}
.row-9 .descr ul li {
	padding: 2px 0;
}
.row-9 .btn {
	border: 1px solid #043F82;
	background: #043F82;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 6px 15px 4px;
    display: inline-block;
    margin: 100px 0 40px 0;
    text-decoration: none;
    font-weight: 400;
    line-height: 22px;
}
.row-9 .btn:hover {
	background: transparent;
    color: #043F82;
    border: 1px solid #043F82;
}

.row-10 {
	background: #EFF1F7;
	padding: 100px 0;
}
.row-10 > div {
	background: url(../images/art-10.png) bottom left no-repeat;
	text-align: right;
}
.row-10 .title-1 {
	font-size: 36px;
	color: #043f82;
	font-weight: 700;
	padding: 16px 20px;
	border: 2px solid #05FFFF;
	max-width: 640px;
	margin: 0 0 35px;
	text-align: center;
	display: inline-block;
}
.row-10 .descr {
	font-size: 20px;
	color: #043f82;
	line-height: 32px;
	font-weight: 600;
	text-align: left;
	display: inline-block;
	max-width: 550px;
}
.row-10 .btn {
	border: 1px solid #043F82;
	background: #043F82;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 6px 15px 4px;
    display: inline-block;
    margin: 100px 0 40px 0;
    text-decoration: none;
    font-weight: 400;
    line-height: 22px;
}
.row-10 button {
    border: 1px solid #043F82;
	background: #043F82;
	color: #fff;
	font-size: 16px;
	text-align: center;
	padding: 6px 15px 4px;
    display: inline-block;
    margin: 40px 0 0 0;
    float: right;
}
.row-10 button:hover {
	background: transparent;
    color: #043F82;
    border: 1px solid #043F82;
}

.row-11 {
	padding: 60px 0;
}
.row-11 .title-1 {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 20px;
}

.row-12 {
	padding: 80px 0;
	background: #F8F9FD;
}
.row-12 .title-1 {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
}
.row-12 .shows {
	text-align: center;
}
.row-12 .shows img {
	max-width: 100%;
	width: auto;
	height: auto;
	cursor: pointer;
	display: block;
}
.row-12 .shows img:nth-child(3),
.row-12 .shows img:nth-child(6){
	margin-right: 0;
}

.row-12 .shows > img:hover {
	box-shadow: 2px 10px 8px -3px rgba(0,0,0,.35);
}
.row-12 .shows > div {
	margin-right: 30px;
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
}
.row-12 .shows .trust-title {
	opacity: 0;
	visibility:hidden;
	transition:visibility 0.3s linear,opacity 0.3s linear;
	position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    bottom: 0;
    height: 85px;
    color: #fff;
    font-size: 14px;
    padding: 20px 30px;
    background: rgba(0,0,0,.5);
}
.row-12 .shows > div:hover .trust-title {
	opacity: 1;
	visibility:visible;
}

.row-12 .shows > div:hover {
	box-shadow: 2px 10px 8px -3px rgba(0,0,0,.35);
}
.row-12 .shows > div:nth-child(3),
.row-12 .shows > div:nth-child(6) {
	margin-right: 0;
}
.row-12 .shows > div:nth-child(9),
.row-12 .shows > div:nth-child(12) {
  margin-right: 0;
}

.row-12 .shows > div:nth-child(15),
.row-12 .shows > div:nth-child(18) {
  margin-right: 0;
}

.row-12 .shows > div:nth-child(21),
.row-12 .shows > div:nth-child(24) {
  margin-right: 0;
}

.row-12 .shows > div:nth-child(27),
.row-12 .shows > div:nth-child(30) {
  margin-right: 0;
}

.row-12 .shows > div:nth-child(33),
.row-12 .shows > div:nth-child(36) {
  margin-right: 0;
}


.row-13 {
	padding: 60px 0;
}
.row-13 .title-1 {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 30px;
}
.row-13 .trust {
	text-align: center;
}
.row-13 .trust img {
	max-width: 100%;
	width: auto;
	height: auto;
	position: relative;
    top: 4px;
}
.row-13 .trust > div {
	margin-right: 30px;
	margin-bottom: 30px;
	display: inline-block;
	position: relative;
}
.row-13 .trust .trust-title {
	opacity: 0;
	visibility:hidden;
	transition:visibility 0.3s linear,opacity 0.3s linear;
	position: absolute;
    text-align: center;
    right: 0;
    left: 0;
    bottom: 0;
    height: 85px;
    color: #fff;
    font-size: 14px;
    padding: 20px 30px;
    background: rgba(0,0,0,.5);
}
.row-13 .trust > div:hover .trust-title {
	opacity: 1;
	visibility:visible;
}

.row-13 .trust > div:hover {
	box-shadow: 2px 10px 8px -3px rgba(0,0,0,.35);
}
.row-13 .trust > div:nth-child(3),
.row-13 .trust > div:nth-child(6) {
	margin-right: 0;
}

.row-13 .trust > div:nth-child(9),
.row-13 .trust > div:nth-child(12) {
  margin-right: 0;
}

.row-13 .trust > div:nth-child(15),
.row-13 .trust > div:nth-child(18) {
  margin-right: 0;
}

.row-13 .trust > div:nth-child(21),
.row-13 .trust > div:nth-child(24) {
  margin-right: 0;
}

.row-13 .trust > div:nth-child(27),
.row-13 .trust > div:nth-child(30) {
  margin-right: 0;
}

.row-13 .trust > div:nth-child(33),
.row-13 .trust > div:nth-child(36) {
  margin-right: 0;
}

#arrow {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: none;
  width: 38px;
  height: 38px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  z-index: 99;
  transition: 0.3s;
}
#arrow:hover{
  -webkit-box-shadow: 0px 0px 18px 5px rgba(68,102,168,0.35);
  -moz-box-shadow: 0px 0px 18px 5px rgba(68,102,168,0.35);
  box-shadow: 0px 0px 18px 5px rgba(68,102,168,0.35);  
}
#arrow:focus{
  outline: none;
}

.up-btn img{
  right: 6px;
  position: relative;
  bottom: 2px;
}

.trust img{
  width: 356px;
}


.row-14 {
	padding: 60px 0;
	background: #F8F9FD;
}
.row-14 .title-1 {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 5px;
}
.row-14 .title-2 {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 40px;
}
.row-14 .feedback > div {
	width: 48%;
	display: inline-block;
	vertical-align: top;
}
.row-14 .feedback textarea,
.row-14 .feedback input {
	border: 1px solid #33639A;
	display: block;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 15px;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}
.row-14 .feedback textarea {
	height: 160px;
	resize: none;
}
.row-14 .feedback-descr {
	padding-left: 30px;
	line-height: 24px;
}
.row-14 button {
    border: 1px solid #043F82;
    background: #043F82;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 6px 15px 4px;
    display: block;
    margin: 15px auto 0;
}
.row-14 button:hover {
	background: transparent;
    color: #043F82;
    border: 1px solid #043F82;
}
.row-14 .social {
	text-align: center;
	padding: 40px 0 10px;
}
.row-14 .social a {
	display: inline-block;
	width: 44px;
	height: 46px;
	margin: 10px;
	transition: background 0.2s ease;
	background-repeat: no-repeat;
}
.row-14 .social a:hover {
	background-position-y: -5px;
}
.row-14 .social a.facebook {
	background-image: url(../images/social/facebook.png);
}
.row-14 .social a.facebook:hover {
	background-image: url(../images/social/facebook-act.png);
}
.row-14 .social a.instagram {
	background-image: url(../images/social/instagram.png);
}
.row-14 .social a.instagram:hover {
	background-image: url(../images/social/instagram-act.png);
}
.row-14 .social a.utube {
	background-image: url(../images/social/utube.png);
}
.row-14 .social a.utube:hover {
	background-image: url(../images/social/utube-act.png);
}
.row-14 .social a.vk {
	background-image: url(../images/social/vk.png);
}
.row-14 .social a.vk:hover {
	background-image: url(../images/social/vk-act.png);
}

.row-15 {
	padding: 40px 0;
	background: #E4E6ED;
	line-height: 26px;
	text-align: center;
	color: #043f82;
	font-size: 18px;
	font-weight: 500;
}
.row .contacts {
	color: #043F82;
	text-align: center;
	font-size: 17px;
	margin-bottom: 20px;
}
.contacts > div {
	display: inline-block;
	max-width: 240px;
	margin: 0 20px 20px;
	width: 100%;
	text-align: left;
}
.contacts > div > div {
	font-weight: bold;
	border-bottom: 1px solid #043F82;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.contacts a {
	color: #043F82;
	text-decoration: none;
}
.copy {
	color: #96989A;
}

.wrapbg {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.85);
    z-index: 1000;
}
.hamburger {
  padding: 12px 15px;
  display: block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  left: 0px;
  top: 15px;
  z-index: 200;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
    background-color: #f8f9fd;
}
.hamburger-box {
	width: 30px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 30px;
    height: 3px;
    background-color: #4466A8;
    border-radius: 4px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block;
}
.hamburger-inner::before {
    top: -6px;
}
.hamburger-inner::after {
    bottom: -6px;
}
.hamburger--squeeze .hamburger-inner {
	transition-duration: 0.075s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
	transform: rotate(45deg);
	transition-delay: 0.12s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mobmenu {
	display: none;
	position: fixed;
	width: 300px;
	right: -300px;
	top: 0;
	bottom: 0;
	background: #EFF1F7;
	z-index: 90000;
	box-shadow: -5px -15px 10px 5px rgba(0,0,0,.15);
	padding: 100px 15px 60px 30px;
	overflow-y: auto;
}
.mobmenu .btn {
	border: 1px solid #043F82;
    background: #043F82;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 6px 15px 4px;
    display: block;
    margin: 0 0 45px;
}
.mobmenu .btn:hover {
	background: #fff;
    color: #043F82;
    border: 1px solid #043F82;
}
.mobmenu ul {
	list-style: none;
	padding: 0;
}
.mobmenu ul a {
	color: #333;
	text-decoration: none;
	display: inline-block;
	padding: 5px 0;
	font-size: 15px;
}
.mobmenu ul a:hover {
	text-decoration: underline;
	color: #4AFFFF;
}
.mobmenu .social {
	text-align: left;
	padding: 30px 0 10px;
}
.mobmenu .social a {
	display: inline-block;
	width: 44px;
	height: 46px;
	margin: 10px;
	transition: background 0.2s ease;
	background-repeat: no-repeat;
}
.mobmenu .social a:hover {
	background-position-y: -5px;
}
.mobmenu .social a.facebook {
	background-image: url(../images/social/facebook.png);
}
.mobmenu .social a.facebook:hover {
	background-image: url(../images/social/facebook-act.png);
}
.mobmenu .social a.instagram {
	background-image: url(../images/social/instagram.png);
}
.mobmenu .social a.instagram:hover {
	background-image: url(../images/social/instagram-act.png);
}
.mobmenu .social a.utube {
	background-image: url(../images/social/utube.png);
}
.mobmenu .social a.utube:hover {
	background-image: url(../images/social/utube-act.png);
}
.mobmenu .social a.vk {
	background-image: url(../images/social/vk.png);
}
.mobmenu .social a.vk:hover {
	background-image: url(../images/social/vk-act.png);
}

.modal {
	padding: 0 10px;
	left: 50%;
	top: 50%;	
	position: fixed;
	z-index: 500;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	z-index: 11000
}
.modal-img img {
	max-width: 100%;
	width: auto;
	height: auto;
}
.modal.size-m {
	width: 600px;
	height: 400px;
}
.modal.size-l {
	width: 700px;
	height: 500px;
}
.modal.size-s {
	width: 500px;
	height: 300px;
}
.modal.size-a {
	width: 100%;
	height: 100%;
	max-width: 820px;
	max-height: 540px;
}
.modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background-color: #fff;
	opacity: 0.9;
	top: 0;
	left: 0;
	z-index: 100;
}
.modal-title {
	color: #043F82;
    font-size: 16px;
    line-height: 16px;
    position: absolute;
    top: -34px;
    left: 10px;
    right: 38px;
    font-weight: 600;
}
.modal-close {
	color: #fff;
    width: 26px;
    height: 26px;
    background: #043F82;
    border: 1px solid #043F82;
    border-radius: 50%;
    font-size: 30px;
    padding: 0px 1px 1px 3px;
    line-height: 26px;
    position: absolute;
    top: -36px;
    right: 10px;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0,0,0,.5);
}
.modal-close:hover {
    background: #fff;
	color: #043F82;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
}

@media (max-width: 1179px) {
	.row-9 > div {
	    background: url(../images/art-9.png) 260px 100% no-repeat;
	}
	.row-10 > div {
	    background: url(../images/art-10.png) -180px 100% no-repeat;
	}
	.row-12 .shows img {
	    max-width: 280px;
	}
	.row-13 .trust img {
	    max-width: 280px;
	}
	.row-13 .trust .trust-title {
	    height: 80px;
	    padding: 10px 20px;
	}
}

@media (max-width: 990px) {
	.row-2 .title-1 {
	    margin-top: 40px;
	    font-size: 42px;
	}
	.row-2 .title-2 {
	    margin-top: 6px;
	    font-size: 28px;
	}
	.row-2 .descr {
	    font-size: 18px;
	}
	.row-3 .steps {
	    text-align: center;
	}
	.row-3 .steps > div {
	    width: 32%;
	    text-align: left;
	}
	.row-3 .steps .step-descr {
	    padding-right: 20px;
	    font-size: 15px;
	}
	.row-4 .title-1 {
	    font-size: 36px;
	}
	.row-4 .v-menu a {
	    font-size: 26px;
	}
	.row-5 {
	    padding: 60px 0;
	}
	.row-5 .art-descr {
	    margin-top: 15px;
	}
	.row-5 .art-text {
	    font-size: 15px;
	    line-height: 22px;
	}
	.row-6 {
	    padding: 60px 0;
	}
	.row-6 .art-descr {
	    margin-top: 15px;
	}
	.row-6 .art-text {
	    font-size: 15px;
	    line-height: 22px;
	}
	.row-7 .videos {
	    text-align: center;
	}
	.row-7 .video-title {
	    text-align: left;
	}
	.row-7 .videos > div {
	    width: 280px;
	    margin-bottom: 20px;
	}
	.row-7 .videos > div:after {
	    background: url(../images/play.png) 100px 40px no-repeat;
	}
	.row-7 .videos > div:hover:after {
	    background: url(../images/play-act.png) 100px 40px no-repeat;
	}
	.row-7, .row-8 {
	    padding: 50px 0;
	}
	.row-8 .jobs .job {
	    width: 280px;
	    margin-bottom: 20px;
	}
	.row-8 .jobs .job:nth-child(odd) {
	    margin-right: 20px;
	}
	.row-8 .jobs .job .job-title {
	    height: 50px;
	    font-size: 13px;
	    padding: 10px;
	}
	.row-9 {
	    padding: 50px 0;
	}
	.row-9 .title-1 {
	    font-size: 36px;
	    padding: 15px 5px;
	    margin: 0 auto 40px;
	}
	.row-10 {
	    padding: 50px 0;
	}
	.row-10 > div {
	    background: url(../images/art-10.png) center 100% no-repeat;
	    padding-bottom: 326px;
	}
	.row-12 {
	    padding: 50px 0;
	}
	.row-12 .shows img:nth-child(3), .row-12 .shows img:nth-child(6) {
	    margin-right: 6px;
	}
	.row-12 .shows img {
		margin: 6px;
	}
	.row-13 {
	    padding: 50px 0;
	}
	.row-13 .trust > div {
		margin: 6px;
	}
	.row-13 .trust > div:nth-child(3), .row-13 .trust > div:nth-child(6) {
	    margin-right: 6px;
	}
	.slider .dots {
	    bottom: -30px;
	}
	.slider-2 .dots {
	    bottom: -50px;
	}
	.slider-2 {
	    padding: 30px 0 90px;
	}
	.slider-2 > ul > img {
		top: 98% !important;
	}
	.slider-2 > ul > img.left {
		left: 0 !important;
	}
	.slider-2 > ul > img.right {
		right: 0 !important;
	}
}

@media (max-width: 640px) {
	.row-1 .slogan {
	    font-size: 15px;
	    padding: 27px 0 25px 0;
	}
	.row-1 .menu {
	    padding: 30px 0 25px;
	}
	.row-2 .apps a {
	    margin: 2px 20px;
	    display: inline-block;
	}
	.row-3 .steps > div {
	    width: 80%;
	}
	.row-4 {
	    padding: 50px 0;
	}
	.row-4 .title-1 {
	    font-size: 26px;
	    padding: 10px 10px;
	}
	.row-4 .v-menu a {
	    font-size: 22px;
	}
	.row-4 .v-menu:after {
	    height: 65px;
	    bottom: -50px;
	}
	.row-5 .art > div, .row-6 .art > div {
	    width: 100%;
	}
	.row-5 .art-img-r .art-img, .row-5 .art-img-l .art-descr,
	.row-6 .art-img-r .art-img, .row-6 .art-img-l .art-descr {
	    float: none;
	    padding-right: 0;
	}
	.row-5 .art-img-l .art-img, .row-5 .art-img-r .art-descr,
	.row-6 .art-img-l .art-img, .row-6 .art-img-r .art-descr {
	    float: none;
	    padding-right: 0;
	}
	.row-8 .jobs .job:nth-child(odd) {
	    margin-right: 0;
	}
	.row-9 > div {
	    background: url(../images/art-9.png) 280px 100% no-repeat;
	}
	.row-9 .title-1 {
	    font-size: 28px;
	    margin: 0 auto 30px;
	}
	.row-9 .descr {
	    font-size: 16px;
	    line-height: 24px;
	}
	.row-9 .descr ul {
	    margin-top: 30px;
	}
	.row-9 button {
	    margin: 40px 0 20px 0;
	}
	.row-10 .title-1 {
	    font-size: 23px;
	    padding: 16px 6px;
	    margin: 0 0 20px;
	}
	.row-10 .descr {
	    font-size: 18px;
	    line-height: 26px;
	}
	.row-10 > div {
	    padding-bottom: 390px;
	}
	.row-11 {
	    padding: 40px 0;
	}
	.row-12 {
	    padding: 40px 0;
	}
	.row-14 {
	    padding: 40px 0;
	}
	.row-14 .feedback > div {
	    width: 100%;
	}
	.row-14 .feedback-descr {
	    padding-left: 0;
	    padding-top: 20px;
	    line-height: 20px;
	}
	.row-14 .social {
	    padding: 40px 0 0px;
	}
	.row-15 {
	    padding: 30px 0;
	}
  .row-12 .shows > div {
  margin-right: 0;
}
}

@media (max-width: 360px){
	.row-1 .slogan {
	    font-size: 12px;
	    padding: 31px 0 25px 0;
	}
	.row-2 .title-1 {
	    font-size: 36px;
	}
	.row-6 .title-1 {
	    font-size: 26px;
	}
}
