

/* Start:/local/templates/v1rt-2k21/components/v1rt/section/intro/style.css?16112200743558*/
.intro {
  background: url('/local/templates/v1rt-2k21/components/v1rt/section/intro/i/intro.jpg') no-repeat center center;
  background-size: cover;
  margin-top: -160px;
  padding-top: 200px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.intro::before {
  content: '';
  background: url('/local/templates/v1rt-2k21/components/v1rt/section/intro/i/intro-before.svg') no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  width: 231px;
  height: 299px;
  top: calc(50% - 92px);
  right: -55px;
}

.intro::after {
  content: '';
  background: url('/local/templates/v1rt-2k21/components/v1rt/section/intro/i/intro-after.svg') no-repeat center center;
  background-size: contain;
  display: block;
  position: absolute;
  width: 136px;
  height: 125px;
  top: 0;
  right: 0;
}

.intro__clouds {
  background: url('/local/templates/v1rt-2k21/components/v1rt/section/intro/i/intro__clouds.png') no-repeat center center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  mix-blend-mode: screen;
}

.intro__circle {
  display: none;
}

.intro__container {
  position: relative;
  z-index: 20;
}

.intro__heading {
  font-family: Raleway;
  font-weight: 900;
  font-size: 32px;
  line-height: 1.12;  
  color: #1C1C1C;
  margin: 0 0 18px;
  max-width: 70%;
}

.intro__heading-accent {
  color: #01B0FF;
}

.intro__text {
  font-family: Nunito;
  font-weight: 300;
  font-size: 22px;
  line-height: 1;  
  color: #1C1C1C;
  margin: 0;  
  max-width: 70%;
}

.intro__gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background-image: linear-gradient(0, #fff, transparent);
}

@media screen and (min-width: 576px) {
  .intro {    
    margin-top: -90px;
    padding-top: 170px;
    padding-bottom: 90px;
  }

  .intro::before {
    width: 265px;
    height: 350px;
    top: calc(50% - 140px);
  }

  .intro::after {    
    width: 192px;
    height: 162px;
  } 

  .intro__heading {
    margin-bottom: 30px;
    max-width: unset;
  }

  .intro__text {
    display: flex;
    align-items: center;
    max-width: unset;
  }

  .intro__text::before {
    content: '';
    background: url(/local/templates/v1rt-2k21/components/v1rt/section/intro/i/intro__text.svg) no-repeat center center;
    background-size: cover;
    width: 40px;
    height: 4px;
    display: block;
    margin-right: 6px;
  }
}

@media screen and (min-width: 768px) {
  .intro {
    padding-top: 230px;
    padding-bottom: 140px;
  }

  .intro::before {
    width: 329px;
    height: 430px;
    top: calc(50% - 190px);
    right: 0;
  }

  .intro__heading {
    font-size: 40px;
    max-width: 500px;
  }

}

@media screen and (min-width: 992px) {
  .intro {
    margin-top: -60px;
    padding-top: 260px;
    padding-bottom: 180px;
  }
  
  .intro::before {
    width: 420px;
    height: 560px;
    top: calc(50% - 266px);
  }

  .intro::after {    
    width: 246px;
    height: 214px;
  } 

  .intro__clouds {
    background-position: top center;
  }

  .intro__circle {
    background: url('/local/templates/v1rt-2k21/components/v1rt/section/intro/i/intro__circle.svg') no-repeat center center;
    background-size: 356px 356px;
    display: block;
    width: 356px;
    height: 356px;
    position: absolute;
    top: 173px;
    right: calc((100% - 960px) / 2 + 1030px);
  }

  .intro__heading {
    font-size: 50px;
    max-width: 700px;
  }

  
}

@media screen and (min-width: 1200px) {
  .intro {
    padding-top: 300px;
    padding-bottom: 230px;
  }

  .intro::before {
    width: 594px;
    height: 803px;
    top: calc(50% - 362px);
    left: calc((100% - 1140px) / 2 + 795px);
  }  

  .intro__circle {
    top: 200px;
    right: calc((100% - 1140px) / 2 + 1330px);
  }

  .intro__heading {
    font-size: 64px;
    max-width: 800px;
  }

  
}
/* End */


/* Start:/local/templates/v1rt-2k21/components/v1rt/section/contacts/style.css?17512704271193*/
.contacts {
	padding-bottom: 60px;
}

.contacts__heading {
	margin-bottom: 25px;
}

.contacts__grid {
	display: grid;
    row-gap: 20px;
    margin-bottom: 25px;
    grid-template-columns: 100%;
}

.contacts__grid-item {

}

.contacts__subheading {
	font-family: 'Raleway';
    font-weight: bold;
    margin: 0 0 10px;
}

.contacts__list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.contacts__link {
	color: #01B0FF;
    text-decoration: none;
    font-size: 18px;
    transition: color ease .5s;
}

.contacts__text {
    font-size: 18px;
    margin: 0;
}

.contacts__text_margin-bottom {
	margin-bottom: 20px;
}

.contacts__map {
	width: 100%;
    height: 250px;
}

@media screen and (min-width: 768px) {
	.contacts__grid {
		grid-template-columns: 50% 50%;
		column-gap: 20px;
	}

	.contacts__grid_type_address {
		grid-template-rows: auto auto;
		grid-auto-flow: column;
	}

	.contacts__map {
    	height: 350px;
	}
}

@media screen and (min-width: 992px) {
	.contacts__heading {
		margin-bottom: 35px;
		font-size: 40px;
	}

	.contacts__grid {
		gap: 30px 20px;
		margin-bottom: 35px;
	}

	.contacts__subheading {
		font-size: 24px;
	}

	.contacts__map {
    	height: 400px;
	}
}
/* End */
/* /local/templates/v1rt-2k21/components/v1rt/section/intro/style.css?16112200743558 */
/* /local/templates/v1rt-2k21/components/v1rt/section/contacts/style.css?17512704271193 */
