.main {
	padding-top: 64px;
}

div .header__city {
  display: none;
}

.wrapper-content {
	width: 100%;
	max-width: 1280px;
	padding: 0 35px;
	margin: 0 auto;
}

.section + .section {
	margin-top: 60px;
}

.first-screen {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
  padding: 80px 0 40px;
}

.first-screen__about {
	background-image: url(/i/bgAbout.jpg);
}

.first-screen__guaranty {
	background-image: url(/i/bgGuarantee.jpg);
}

.first-screen__reviews {
	background-image: url(/i/bgReviews1.jpg);
}

.first-screen__blog {
	background-image: url(/i/bgBlog.jpg);
}

.first-screen-form {
  background: #373B44;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #4286f4, #373B44);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #4286f4, #373B44); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  box-shadow: 0 0 11px #4a55a5;
  border-radius: 15px;
  padding: 30px 30px 40px;
  width: 100%;
  max-width: 1020px;
}
.first-screen-form__title {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
}
.first-screen-form__form {
  margin-top: 30px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.first-screen-form__form > * + * {
  margin-left: 20px;
}
.first-screen-form__item {
  position: relative;
  width: 100%;
}
.first-screen-form__input {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  height: 68px;
  padding: 0 10px;
  color: #222;
  font-size: 16px;
  width: 100%;
}
.first-screen-form__btn {
  background: #ff0045;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
  width: 100%;
  max-width: 260px;
  height: 68px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
}
.first-screen-form__btn:active,
.first-screen-form__btn:focus,
.first-screen-form__btn:hover {
  box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388;
  background-color: #0166bd;
  outline: auto;
}
.first-screen__img {
  max-width: 580px;
  margin-left: 30px;
}


.first-screen__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.first-screen__title {
  font-size: 70px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 40px;
}
.first-screen-advantages {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.first-screen-advantages__item {
  display: flex;
  align-items: center;
  max-width: 200px;
  margin-bottom: 10px;
}
.first-screen-advantages__item:not(:last-child) {
  margin-right: 20px;
}
.first-screen-advantages__img {
  display: block;
  margin-right: 15px;
}
.first-screen-advantages__title {
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-transform: uppercase;
}

.first-screen__text {
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
}

.first-screen__text-link {
  display: flex;
  color: #fff;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.first-screen__text-link a{
	color: #fff;
	font-size: 16px;
}

.first-screen__text-link a:hover {
  cursor: pointer;
  text-decoration: underline;
}



.title {
	color: #074481;
	font-size: 24px;
	padding-bottom: 30px;
	line-height: 1.4;
}

.title--center {
	text-align: center;
}

.text {
	font-size: 16px;
	line-height: 1.4;
}

.text + .text {
	margin-top: 15px;
}

.about__main__menu,
.guarantee__main__menu {
	border-bottom: 1px solid #dcdcdc;
	margin-bottom: 40px;
}

.about__menu {
	display: flex;
	gap: 30px;
}

.about__menu li a {
	text-decoration: none;
	color: #333;
	padding: 20px 0;
}

.about__menu li a.about-menu--active {
	color: #076fbd;
	text-decoration: underline;
}

.about__menu li a:hover {
	color: #076fbd;
	text-decoration: underline;
}

.our__principle__tiles {
  display: grid;
	grid-template-columns: repeat(auto-fill, minmax(390px, 1fr));
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 30px;
}
.our__principle__tile {
  border: 1px solid #e8e8e8;
}
.our__principle__tile:hover {
  box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.tile__item {
  padding: 20px 0;
	display: flex;
	justify-content: center;
}
.tile__title {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  width: 60%;
  margin:0 auto;
}
.tile__text {
  font-size: 16px;
  color: #333;
  padding-top: 20px;
  width: 60%;
  margin: 0 auto;
}

.t-cent {
	text-align: center;
}

.team p {
    background: url(/i/network.png) no-repeat center;
}

.ul-rules {
	list-style: disc;
	padding-left: 15px;
}

.we__will__help__images {
  display: flex;
}
.we__will__help .images__item1,
.we__will__help .images__item2,
.we__will__help .images__item3,
.we__will__help .images__item4 {
  width: 478px;
  min-width: 248px;
  height: 350px;
  text-align: center;
  color: #fff;
  padding-top: 115px;
}
.we__wil__help h3 {
  font-size: 28px;
}
.we__will__help .images__item1 {
  background: url("/i/WeWillHelp1.jpg");
}
.we__will__help .images__item2 {
  background: url("/i/WeWillHelp2.jpg");
}
.we__will__help .images__item3 {
  background: url("/i/WeWillHelp3.jpg");
}
.we__will__help .images__item4 {
  background: url("/i/WeWillHelp4.jpg");
}

.dedicated {
	padding: 10px;
	background: #f0f0e7;
}

.guarantee__menu {
	display: flex;
	padding: 20px 0;
	gap: 20px;
}

.guarantee__menu li a {
    text-decoration: none;
    color: #333;
}

.guarantee__menu li p:hover {
	color: #076fbd;text-decoration: underline;cursor: pointer;
}

.guarantee__item--active {
	color: #076fbd;text-decoration: underline;
}

.rsdk__guarantee {
	padding: 10px;
	color: #333;
	list-style-type: none;
}

.rsdk__guarantee li:before {
	padding-bottom: 10px;
	content: url(/i/addGreen.png);
}

.rsdk__guarantee li {
	margin-bottom: 10px;
}

.btn__cost {
	background: #32BEA6;
	color: #fff;
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 260px;
	margin: 30px auto 0;
	text-align: center;
	margin-bottom: 30px;
}

.btn__cost:hover {
    background: #eb1c24;
}

.guarantee-ol {
	padding: 10px;
	text-align: justify;
	color: #333;
	list-style-type: none;
}

.guarantee-ol  li {
	margin-bottom: 10px;
}

.guarantee-ol li:before {
	padding-bottom: 10px;
	content: url(/i/likeGuarantee.png);
}

.warning:before {
	content: url(/i/warning.png);
}

.does_not_guarantee__list {
	padding: 10px;
	color: #333;
}

.does_not_guarantee__list li {
	margin-bottom: 10px;
}

.does_not_guarantee__list li::before{
	content: url(/i/check-symbol.png);
}

.feedback-card {
    min-height: 180px;
    padding-right: 30px;
    padding-bottom: 10px;
    color: #333;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 25px 0 rgba(0,0,0,.1);
    margin-top: 20px;
}

.feedback-card__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    border-bottom: 1px solid #e3f4fa;
    align-items: center;
}

.feefback-card__photo {
  padding-bottom: 10px;
}

.feedback-card__name {
    font-size: 2.125rem;
    font-weight: 400;
    margin-bottom: 10px;
    width: 70%;
}

.rate {
    vertical-align: middle;
    width: 90px;
    font-size: 0;
    padding-left: 15px;
}
.rate, .rate__item {
    display: inline-block;
    height: 15px;
}

.rate, .row1 {
    vertical-align: middle;
}

.rate__item {
    width: 15px;
    background-size: 15px;
    background-image: url(/i/star.svg);
}

.rate, .rate__item {
    display: inline-block;
    height: 15px;
}
.feedback-card__text, .rate__item {
    position: relative;
    background-repeat: no-repeat;
}

.formorder h2 {
	color: #2f2e34;
	margin-bottom: 10px;
    margin-top: 10px;
}

.feedback-card__type {
    width: 50%;
    font-size: 1.0125rem;
    font-weight: 300;
    color: #888;
}

.feedback-card__text {
    font-weight: 300;
    padding-left: 100px;
    background-image: url(/i/quotes.svg);
    background-size: 18px 15px;
    background-position: 30px 5px;
    font-size: 1.3em;
    margin: 1.2em auto;
}
.feedback-card__text, .rate__item {
    position: relative;
    background-repeat: no-repeat;
}

.feedback-card__date {
    padding-bottom: 10px;
    font-size: 1.0125rem;
    color: #888;
    text-align: right;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
}

.artical__content-blog {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.artical__list {
  min-width: 320px;
}

.artical__blog h3 a {
  color: #074481;
  text-decoration: underline;
  font-size: 18px;
  line-height: 1.4;
}

.article__info h2, .article__info h3 {
  color: #074481;
  font-size: 18px;
  line-height: 1.4;
}
.article__info h2,
.article__info h3 {
  padding: 20px 0 10px 0;
}

.artical__blog h3 a:hover {
  text-decoration: none;
}


.pagination {
  padding-top: 20px;
}
.pagination a {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  border: 2px solid transparent;
  color: #4785b0;
  text-decoration: none;
}
.pagination a.active {
    border-color: #a8d4ee;
}

.artical__list ul {
    list-style: none;
    color: #074481;
    border: 1px solid #dfdfdf;
}

.artical__list ul li{
    border-bottom: 1px solid #dfdfdf;
}

.artical__list ul li a {
    color: #074481;
    padding: 10px;
    display: block;
    text-decoration: none;
}
.artical__list ul li a:hover {
    background: #eee;
}

.artical__content {
  padding: 30px 28px 0 28px;
    font-size: 16px;
}

.article__info h1 {
  color: #074481;
  font-size: 27px;
}
.article__info h2 {
  font-size: 20px;
}
.article__info h3 {
  font-size: 16px;
}

.artical__list ul {
    list-style: none;
    color: #074481;
    border: 1px solid #dfdfdf;
}

.artical__list ul li{
    border-bottom: 1px solid #dfdfdf;
}

.artical__list ul li a {
    color: #074481;
    padding: 10px;
    display: block;
    text-decoration: none;
}
.artical__list ul li a:hover {
    background: #eee;
}


.content-with-img {
    padding: 0 10px;
}
.content-with-img a {
    color: #074481;
    text-decoration: none;
}
.content-with-img a:hover {
    text-decoration: underline;
}
.artivle-view ul li a {
    color: #222;
    line-height: 32px;
    width: 100%;
    display: block;
}

.ol-list {
  list-style: decimal;
}

.ul-list {
  list-style: disc;
  margin-bottom: 60px;
}

@media screen and (max-width: 1025px) {
	.text,
	.rsdk__guarantee,
	.guarantee-ol,
	.does_not_guarantee__list {
		font-size: 15px;
	}

	.we__will__help__images {
		flex-wrap: wrap;
		justify-content: center;
	}

	.our__principle__tiles {
		flex-wrap: wrap;
	}

  .artical__content-blog {
    flex-direction: column;
  }

  .artical__list {
    width: 100%;
    min-width: 100%;
  }
}

@media screen and (max-width: 940px) {
	.first-screen {
		padding: 40px 0;
	}
}

@media screen and (max-width: 900px) {
	.first-screen-advantages {
		flex-wrap: wrap;
		gap: 15px;
	}
}


@media screen and (max-width: 780px) {
	.wrapper-content {
		padding: 0 15px;
	}

	.first-screen-advantages__title {
		font-size: 14px;
	}

	.first-screen-advantages__img {
		width: 50px;
	}

	.first-screen {
		padding: 40px 0;
	}

	.first-screen__title {
		font-size: 26px;
		margin-bottom: 30px;
	}
	
	.first-screen-advantages__title {
		text-transform: none;
	}

	.first-screen-advantages__item {
		margin-bottom: 0;
		max-width: 270px;
	}

	.our__principle__tiles {
		grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	}

	.about__menu {
		flex-wrap: wrap;
		row-gap: 0;
		justify-content: center;
	}

	.about__menu li a {
		padding: 10px 0;
		font-size: 14px;
	}

	.first-screen__text {
		font-size: 14px;
	}

	.guarantee__menu {
		gap: 10px;
	}

	.guarantee__menu p {
		font-size: 14px;
	}

	.feedback-card__text {
		padding-left: 30px;
		font-size: 15px;
	}

	.feedback-card__type {width: 100%;}
	
	.rate {
		padding-left: 0;
	}

}