.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  position: relative;
}

.menu-toggle {
  border: 0;
  width: 40px;
  height: 40px;
  background-color: transparent;
  padding: 0;
  position: absolute;
  top: 17px;
  right: 0;
}

.menu-toggle-content {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #444;
  margin: 0 auto;
  position: relative;
}

.menu-toggle-content::before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background-color: #444;
  margin: 0 auto;
  top: -6px;
  position: absolute;
  -webkit-transition: top .2s linear .2s, -webkit-transform .2s linear;
  transition: top .2s linear .2s, -webkit-transform .2s linear;
  -o-transition: transform .2s linear, top .2s linear .2s;
  transition: transform .2s linear, top .2s linear .2s;
  transition: transform .2s linear, top .2s linear .2s, -webkit-transform .2s linear;
}

.menu-toggle-content::after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  background-color: #444;
  margin: 0 auto;
  top: 6px;
  position: absolute;
  -webkit-transition: top .2s linear .2s, -webkit-transform .2s linear;
  transition: top .2s linear .2s, -webkit-transform .2s linear;
  -o-transition: transform .2s linear, top .2s linear .2s;
  transition: transform .2s linear, top .2s linear .2s;
  transition: transform .2s linear, top .2s linear .2s, -webkit-transform .2s linear;
}

.menu-toggle-active .menu-toggle-content {
  background-color: transparent;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.menu-toggle-active .menu-toggle-content::before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  top: 50%;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.3s linear 0.2s;
  transition: top 0.2s linear, -webkit-transform 0.3s linear 0.2s;
  -o-transition: top 0.2s linear, transform 0.3s linear 0.2s;
  transition: top 0.2s linear, transform 0.3s linear 0.2s;
  transition: top 0.2s linear, transform 0.3s linear 0.2s, -webkit-transform 0.3s linear 0.2s;
}

.menu-toggle-active .menu-toggle-content::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  top: 50%;
  -webkit-transition: top 0.2s linear, -webkit-transform 0.3s linear 0.2s;
  transition: top 0.2s linear, -webkit-transform 0.3s linear 0.2s;
  -o-transition: top 0.2s linear, transform 0.3s linear 0.2s;
  transition: top 0.2s linear, transform 0.3s linear 0.2s;
  transition: top 0.2s linear, transform 0.3s linear 0.2s, -webkit-transform 0.3s linear 0.2s;
}

.logo {
  margin: 0 auto;
  padding: 15px;
  position: relative;
  z-index: 2;
  background-color: #fff;
}

.main-nav {
  margin: 0 auto;
  width: 100%;
  position: relative;
  z-index: 1;
}

.main-nav-nojs {
  display: block;
}

.menu-list {
  padding: 0;
  padding-left: 0 !important;
  margin: 0 auto;
  list-style: none;
  width: 100%;
}

.menu-item {
  -webkit-box-shadow: 0 0 1px 0 #ccc;
          box-shadow: 0 0 1px 0 #ccc;
}

.menu-link:hover {
  color: #62b3d2 !important;
}

.phone:hover {
  color: #62b3d2 !important;
}

.credits:hover {
  color: #62b3d2;
}

.menu-link {
  width: 100%;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  color: #444;
  display: block;
  line-height: 50px;
  min-height: 50px;
}

.contacts-wrap {
  padding: 30px;
  -webkit-animation: animationFrames ease 1s;
          animation: animationFrames ease 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.phone {
  margin: 0 auto;
  display: block;
  width: 80%;
  text-align: center;
  text-decoration: none;
  color: #444;
  font-size: 24px;
  margin-bottom: 30px;
}

.social-wrap {
  margin: 0 auto 30px;
  width: 185px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.credits {
  text-align: center;
  width: 260px;
  margin: 0 auto;
}

.main-nav {
  -webkit-animation: animationFrames ease 1s;
          animation: animationFrames ease 1s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.vr:hover svg path {
  fill: #874d9f;
}

.wu:hover svg path {
  fill: #00e676;
}

.tg:hover svg path {
  fill: #27a2e3;
}

.vr:active svg path {
  fill: rgba(135, 77, 159, 0.5);
}

.wu:active svg path {
  fill: rgba(0, 230, 118, 0.5);
}

.tg:active svg path {
  fill: rgba(39, 162, 227, 0.5);
}

@-webkit-keyframes animationFrames {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -400px);
            transform: translate(0, -400px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes animationFrames {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -400px);
            transform: translate(0, -400px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@media (min-width: 768px) {
  .header {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .logo {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border-bottom: 1px solid #ececec;
    padding: 33px 15px 15px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }

  .menu-toggle {
    z-index: 3;
    top: 25px;
    right: 25px;
  }

  .main-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    min-width: 500px;
  }

  .main-nav-nojs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .menu-list {
    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;
    width: 50%;
    margin: 0;
  }

  .menu-item {
    width: 50%;
  }

  .menu-link {
    font-size: 14px;
    padding: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  .contacts-wrap {
    padding: 12px 12px 26px;
    width: 310px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-shadow: 0 0 1px 0 #ccc;
            box-shadow: 0 0 1px 0 #ccc;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }

  .phone {
    width: 65%;
    font-size: 18px;
    margin-bottom: 8px;
  }

  .social-wrap {
    margin-bottom: 5px;
  }

  .credits {
    width: 300px;
  }
}

.close {
  display: none;
}

@media (min-width: 1150px) {
  .header {
    width: 1150px;
    margin: 0 auto;
    -webkit-box-shadow: 0 0 1px 0 #ccc;
            box-shadow: 0 0 1px 0 #ccc;
  }

  .logo {
    width: 220px;
    padding-top: 39px;
    border: none;
  }

  .menu-toggle {
    display: none;
  }

  .main-nav {
    width: 900px;
    -webkit-animation: unset;
            animation: unset;
  }

  .menu-list {
    width: 630px;
    margin: 0;
    padding-top: 30px;
    padding-left: 0 !important;
  }

  .menu-item {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .contacts-wrap {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 245px;
    -webkit-animation: unset;
            animation: unset;
  }

  .credits {
    width: 245px;
    font-size: 14px;
  }

  .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.nojs {
  display: none;
}

body {
	font-family: Arial,sans-serif;
}

.advantages-title {
	margin: 0 auto;
	margin-bottom: 50px;
	max-width: 500px;
	text-align: center;
	font-size: 50px;
}

.advantages-list {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 80%;
}

.advantage-item {
	margin: 0 auto;
	width: 80%;
	margin-bottom: 30px;
	padding: 20px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}

.advantage-text {
	font-size: 20px;
	line-height: 20px;
}

.advantage-item::after {
	position: absolute;
	content: '';
	width: 30px;
	height: 20px;
	border: 4px solid #ccc;
	border-top: none;
	border-right: none;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	left: -45px;
	top: 20px;
}

.advantage-item:hover {
	-webkit-box-shadow: 0 15px 15px -15px #62b3d2;
	        box-shadow: 0 15px 15px -15px #62b3d2;
}

.advantage-item:hover::after {
	border-color: #62b3d2;
}

@media (max-width:767px) {
	.advantages-title {
		font-size: 26px;
		margin-bottom: 20px;
	}

	.advantages-list {
		width: 100%;
	}

	.advantage-item {
		width: 100%;
		padding-top: 70px;
	}

	.advantage-item:after {
		top: 20px;
		left: 25px;
	}
}

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

.art-item-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
	cursor: pointer;
}

.art-item-wrap img:first-child {
	width: 60%;
}

.art-item-wrap img:last-child {
	width: 40%;
}

.item-inner-wrap {
	display: none;
	opacity: 0;
}

#btn {
	width: 200px;
	height: 50px;
	border: 2px #62b3d2 solid;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
}

#btn:hover {
	background-color: #62b3d2;
	color: #fff;
}

#btn:active {
	opacity: 0.7;
}

.articles-item {
	padding-bottom: 50px;
	-webkit-transition: .2s padding-bottom;
	-o-transition: .2s padding-bottom;
	transition: .2s padding-bottom;
}

wrap .articles-item:hover {
	padding-bottom: 100px;
	-webkit-transition: .2s padding-bottom;
	-o-transition: .2s padding-bottom;
	transition: .2s padding-bottom;
}

.articles-item:hover .item-inner-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	width: 80%;
	margin: 10px auto;
	color: #000;
	opacity: 1;
}

@media (max-width:568px) {
	.art-item-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}

	.art-item-wrap img:first-child {
		width: 100%;
	}

	.art-item-wrap img:last-child {
		width: 100%;
	}

	.item-inner-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
}

/*.services-title {*/
/*	margin: 50px auto;*/
/*	font-size: 50px;*/
/*	width: 50%;*/
/*	text-align: center;*/
/*}*/

/*.services-list {*/
/*	margin: 0 auto;*/
/*	padding: 0;*/
/*	max-width: 1200px;*/
/*	list-style: none;*/
/*	display: -webkit-box;*/
/*	display: -ms-flexbox;*/
/*	display: flex;*/
/*	-webkit-box-pack: justify;*/
/*	    -ms-flex-pack: justify;*/
/*	        justify-content: space-between;*/
/*	-ms-flex-wrap: wrap;*/
/*	    flex-wrap: wrap;*/
/*}*/

/*.service-item {*/
/*	width: 33%;*/
/*	-webkit-box-sizing: border-box;*/
/*	        box-sizing: border-box;*/
/*	padding: 50px 20px 20px;*/
/*	text-align: center;*/
/*}*/

/*.service-item:hover svg path {*/
/*	fill: #62b3d2;*/
/*}*/

/*.service-title {*/
/*	margin-bottom: 30px;*/
/*}*/

/*.service-title:hover {*/
/*    opacity: 0.7;*/
/*}*/

/*@media (min-width:320px) and (max-width:767px) {*/
/*	.services-list {*/
/*		padding-right: 20px;*/
/*	}*/

/*	.service-item {*/
/*		width: 100%;*/
/*	}*/
/*}*/

/*@media (min-width:768px) and (max-width:979px) {*/
/*	.services-list {*/
/*		padding-right: 20px;*/
/*		width: 82%;*/
/*		max-width: 850px;*/
/*	}*/

/*	.service-item {*/
/*		width: 40%;*/
/*	}*/
/*}*/