@import "reset.css";

@font-face {
  font-family: 'HeliosBlack';
  src: url('HeliosBlack.ttf') format('truetype'),
       url('HeliosBlack.woff') format('woff');
  font-style: normal;
	font-display: swap;
}

body,
html {
    height: 100%;
    font-family: 'Scada', sans-serif;
    font-size: 16px;
    color: #00141e;
    background-color: #fffcf2;

}


.wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.content {
    flex: 1 0 auto;
}

.footer {
    flex: 0 0 auto;
}
.agree {display:none}

.flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

.container {
    max-width: 1200px;
    min-width: 800px;
    margin: 0 auto;
}
h2 {
    padding: 45px 0 20px;
    text-align: center;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: bold;

}

h3 {
    font-size: 25px;
    font-weight: bold;
    overflow: hidden;
}
.line-grey, .line-yellow {
    width: 350px;
    height: 1px;
    background-color: #cdcdcd;
    position: relative;
margin: 0 auto 20px;
    
}
.line-yellow {
        background-color: #fdce16;
}

.line-grey:before, .line-yellow:before, .line-grey:after, .line-yellow:after{
    content: "";
    width: 27px;
    height: 3px;
    top: -1px;
    display: inline-block;
    position: absolute;
}
.line-grey:before {
    right: 50%;
    background-color: #00141e;
}
.line-grey:after, .line-yellow:after {
    left: 50%;
    background-color: #fdce16;
}
.line-yellow:before {
    right: 50%;
    background-color: #fffcf2;
}

.line-grey+p, .line-yellow+p{
    color: #727272;
    text-align: center;
    font-size: 14px;
    width: 50%;
    margin: 0 auto 30px;
}
.burger {
    cursor: pointer
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
    margin-left: 0;
}
.blue {
    color: #069;
}
.red {
    color: #f00;
}
td {
	padding: 10px 0
}
textarea {
    resize: none
}
.breadcrumbs {
	padding-bottom: 10px;
}
.breadcrumbs span {
	color: #a7a197;
}

.nav-links {
	text-align: center;
}
.nav-links>* {
	background-color: #e2e0d8;
	display: inline-block;
	width: 30px;
    height: 40px;
    line-height: 40px;
	    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.page-numbers.current {
		background-color: #069;
	color: #fff;
}

/*---------------header-----------*/

.home .header, .header__top {
    position: fixed;
    width: 100%;
    background-color: #fffcf2;
    z-index: 15;
    border-bottom: 1px solid #00141e;
}

.header__top .container, .header__bottom .container {
    min-width: 800px;
    max-width: 1000px;
}
.header__top.f-nav .logo{
    transform: scaleY(1);
}
.header .container, .header__top .container {
    padding: 5px 10px;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}
.header .logo img, .header__top .logo img{
    height: 60px;
    width: auto;
}
.header__top .logo {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    transform: scaleY(0);
    
}
.header__menu {
    -ms-align-items: center;
    align-items: center;
}
.header__menu a {
    margin-right: 25px;
    color: #00141e;
}

/*------*/
.header__bottom h1 {
    font-size: 22px;
    padding-bottom: 10px;
}
.header-blog .header__bottom {
    background-color: #e2e0d8;
    padding: 46px 0 10px;
}
.header__bottom {
    padding: 84px 0 10px;
	background-color: #e2e0d8;
}
.header__bottom .container {
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
}

.header__bottom-offer a, .header__bottom-offer label {
    padding: 15px 50px;
    text-align: center;
    font-size: 26px;
    color: #fff;
}
.header__bottom-offer a {
    margin-right: 30px;
    background-color: #fdce16;
	border: 1px solid #fdce16;
	-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.header__bottom-offer label {
    background-color: #069;
	-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.header__bottom .logo img {
    height: 50px;
}
.header__bottom .logo p{
    line-height: 1em;
    font-size: 15px;
}
/*------*/
.header__right {
    position: fixed;
    right: 10px;
    top: 10px;
}
.header__right a {
    padding-right: 0;
}
.header__right .share i {
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
    background-color: #fffcf2;
  border-radius: 2px;
    display: inline-block;
}
.header__right .share:hover.bottom .submenu li:nth-child(1) {
  opacity: 1;
  top: 50px;
  transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  transition-delay: 0.08s;
}
.header__right .share:hover.bottom .submenu li:nth-child(2) {
  opacity: 1;
  top: 100px;
  transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  transition-delay: 0.16s;
}
.header__right .share:hover.bottom .submenu li:nth-child(3) {
  opacity: 1;
  top: 150px;
  transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  transition-delay: 0.24s;
}
.header__right .share:hover.bottom .submenu li:nth-child(4) {
  opacity: 1;
  top: 200px;
  transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  transition-delay: 0.32s;
}
.header__right .share:hover.bottom .submenu li:nth-child(5) {
  opacity: 1;
  top: 250px;
  transform: rotate(0deg);
  border-top: 1px dashed #cccccc;
  transition-delay: 0.4s;
}

.header__right .submenu li {
  transition: all ease-in-out 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.header__right .submenu li a {
  color: #212121;
}
.header__right .submenu li a:hover i.fa {
  color: #fff;
}
.header__right .submenu li a.facebook:hover i {
  background-color: #3b5999;
}
.header__right .submenu li a.facebook:hover i:before, .header__right .submenu li a.vk:hover i:before, .header__right .submenu li a.instagram:hover i:before, .header__right .submenu li a.skype:hover i:before, .header__right .submenu li a.whatsapp:hover i:before {
    color: #fff;
}
.header__right .submenu li a.vk:hover i {
  background-color: #4a76a8;
}

.header__right .submenu li a.instagram:hover i {
  background-color: #e4405f;
}
.header__right .submenu li a.skype:hover i {
  background-color: #28a8ea;
}
.header__right .submenu li a.whatsapp:hover i {
    background-color: #2bd247;
}

/*-----main------*/

.main {
    background-color: #00141e;
}

.main__text {
    width: 70%;
    padding: 130px 0 0;
    margin: 0 AUTO;
}

.main__text>span {
    color: #fffcf2;
    font-size: 20px;
    }

h1 {
    font-family: 'HeliosBlack', 'Roboto Condensed', sans-serif;
    font-weight: bold;
    font-size: 90px;
    text-transform: uppercase;
    color: #069;
    position: relative;

}
h1 span {
    position: relative;
    padding-left: 370px;
    color: #fffcf2;
    display: block;
}
h1:before {
    position: absolute;
    top: 0;
    left: 10px;
    color: rgba(255, 255, 255, .5)
}

.main__info {
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
    padding: 10px 0 140px;
}
.main__info p {
    position: relative;
}
.main__info p:before {
    content: "";
    position: absolute;
    right: 105%;
    top: 10px;
    width: 45px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;

}
#main .owl-carousel {
    width: 380px;
}
.main__item {
    padding: 0 70px;
    text-align: right;
}
.main__info p span{
    color: #fff;
    display: block;
}

.main__btn a {
    width: 140px;
    height: 50px;
    line-height: 50px;
    display: block;
    border: 1px solid #fffcf2;
    margin-right: 5px;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    color: #fffcf2;
}

.main__btn a:after, .main__btn label:after {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    bottom: -100%;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: -1;
}

.main__btn label {
    width: 140px;
    height: 50px;
    line-height: 50px;
    display: block;
    background-color: #fdce16;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #00141e;
    position: relative;
    z-index: 1;
        overflow: hidden;

}
.main__btn label:after {
    bottom: 100%;
    background-color: #069;
    
}

/*-----why----------*/
.why__items {
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}
.why__item {
    width: 30%;
    text-align: center;
    padding-bottom: 60px;
}

.why__item .circle {
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    border: 1px solid #00141e;
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;

}
.why__item i:before {
    color: #00141e;
    font-size: 45px;
}
.flaticon-loss:before {
    margin-left: 16px;
}
.why__item h4 {
    padding-bottom: 10px;
    font-size: 20px;
}
.why__item p {
    width: 80%;
    margin: 0 auto;
    color: #727272;
}

/*-------about-us------------*/
.about {
background: #ccc5b9; 
background: -moz-linear-gradient(top, #00141e 0%, #00141e 37%, #ccc5b93 86%, #ccc5b9 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #00141e 0%,#00141e 38%,#ccc5b9 38%,#ccc5b9 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #00141e 0%,#00141e 38%,#ccc5b9 38%,#ccc5b9 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00141e', endColorstr='#ccc5b9',GradientType=0 ); /* IE6-9 */
    padding-bottom: 40px;
}
.about h2 {
    color: #069;
}
.about .owl-carousel {
    margin: 60px auto 20px;
    width: 85%;
}
.owl-carousel .about-item img {
    width: 500px;
    height: 350px;
    border: 10px solid #fff;
    object-fit: cover;
    float: left;
    overflow: hidden;
    margin: 0 30px;
}
.about-item:after {
    content: "";
    display: inline-block;
    clear: both;
}
.about-item h3 {
    padding: 70px 0 15px;
}
.about-item ul {
        overflow: hidden;

}
.about-item li:before {
    font-size: 18px;
    font-weight: bold;
    content: "\2714";
    color: #006699;
    margin-right: 15px;
}
.about-item.opposite li:before {
    content: "\2718";
    color: red;
}
.owl-carousel .about-item.opposite img {
    float: right;
}
.owl-prev, .owl-next {
    top: 40%;
    position: absolute;
    
    outline: none;
}
.owl-prev {
    left: -37px;
}
.owl-prev  span,  
.owl-next  span  {
    font-size: 50px;
    color: #fff;
}
.owl-next {

    right: -37px;
}

.about label {
    margin: 0 auto;
    width: 140px;
    height: 50px;
    line-height: 50px;
    display: block;
    background-color: #069;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}


/*------benefits------*/
.benefits {
    padding-bottom: 60px;
}
.benefits__items {
    justify-content: space-around;
}
.benefits__item {
    width: 24%;
    text-align: center;
    
}
.benefits__circle {
    border-radius: 50%;
    width: 100px;
    height: 100px;
    border: 1px solid #fdce16;
    margin: 0 auto;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.benefits__circle div {
width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 80px solid #fdce16;
    margin: 0 auto;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.benefits__circle div span {
    position: absolute;
        font-size: 80px;
    color: #fffcf2;
left: -16px;   top: 0;
}
.benefits__items .benefits__item:last-child .benefits__circle div span {
    left: -25px;
}
.benefits__item h4 {
    padding: 10px 0;
    font-size: 20px;
}
.benefits__item p {
        width: 95%;
    margin: 0 auto;
    color: #727272;
}

/*------want--------*/
.want {
    background-color: #00141e;
    padding: 60px 0 50px;
    
}
.want .container {
    justify-content: space-between;
    padding: 0 5px;
}

.want__item {
    width: 250px;
    text-align: center;
    position: relative;
    
}
.want__item:first-child {
    align-self: flex-start;
    padding-top: 90px;
}
.want__item:last-child {
    align-self: flex-end;
    padding-bottom: 90px;
}
.want__circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    box-shadow: 0 0 0px 1px #fff;
    line-height: 88px;
    text-align: center;
    margin: 0 auto;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s; 
}
.want__circle i {
    border-radius: 50%;
    background-color: #fff;
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.want__circle i:before {
    font-size: 30px;
    color: #00141e;
}

.want__item h4 {
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    padding: 15px 0 10px;
}
.want__item label {
    width: 180px;
    height: 50px;
    line-height: 50px;
    display: block;
    background-color: #fdce16;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #00141e;
    margin: 0 auto 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}


.want__item p {
    color: #fff;
}
.want__img {
    width: 600px;
    height: 600px;
}
.want__item-left {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 280px;
}
.want__item-left img, .want__item-right img{
    width: 100%;
    height: auto;
}

.want__item-right {
    position: absolute;
    bottom: 95%;
    right: 29%;
    width: 280px;
    -webkit-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

/*-----offer-------*/

.offer__items {
    padding-top: 30px;
    text-align: center;
}
.offer__item {
    width: 22%;
    display: inline-block;
    background-color: #fff;
    padding-bottom: 35px;
    position: relative;
    vertical-align: top;
    margin: 0 1% 50px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.offer__item:before {
    position: absolute;
    bottom: calc(100% + 3px);
    left: 50%;
    transform: translateX(-50%);
    content: "";
	border-left: 120px solid transparent;
	border-right: 120px solid transparent;
	border-bottom: 30px solid #fff;
}
.offer__item:nth-child(2) {
    background-color: #00141e;
}
.offer__item:nth-child(2):before {
    	border-bottom: 30px solid #00141e;

}
.offer__item-title h3 {
    color: #069;
    font-size: 36px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
padding: 20px 0;
}

.offer__item-price {
    font-size: 18px;
    border-bottom: 1px solid #cdcdcd;
    border-top: 1px solid #cdcdcd;
    padding: 25px 0;
}


.offer__item:nth-child(2) .offer__item-title h3
{
    color: #fff;
}
.offer__item:nth-child(2) .offer__item-price {
    color: #fdce16;
}
.offer__item-price span {
    font-size: 30px;
    font-weight: bold;
}
.offer__item ul {
    padding: 0 35px;
}
.offer__item ul li {
    color: #727272;
    border-bottom: 1px solid #cdcdcd;
    padding: 20px 0;
}
.offer__item:nth-child(2) ul li {
    color: #fff;
}

.offer__item label {
    margin-top: 30px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-transform: uppercase;
    width: 130px;
    background-color: #069;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
}
.offer__item:nth-child(2) label {
    background-color: #fdce16;
    color: #00141e;
}
.additionaly__info {
    font-style: italic;
    text-align: center;
    padding: 0 25px 50px;
        color: #727272;

}
/*---------feedback--------*/

.feedback__wrapper {
    
    background: #ccc5b9; /* Old browsers */
background: -moz-linear-gradient(right, #00141e 68%, #ccc5b9 68%); /* FF3.6-15 */
background: -webkit-linear-gradient(right, #00141e 68%, #ccc5b9 68%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to left, #00141e 68%, #ccc5b9 68%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00141e', endColorstr='#ccc5b9',GradientType=0 ); /* IE6-9 */
}
.feedback__wrapper .container {
    padding: 40px 10% 120px;
}
.feedback__slider {
position: relative;
z-index: 1;
}
.feedback__slider:before {
    position: absolute;
    z-index: -1;
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    top: 50px;
    left: 0px;
    box-shadow: -8px 4px 22px 2px rgba(0, 0, 0, 0.25);
}
.feedback__slider:after {
    position: absolute;
    z-index: -2;
    background-color: #fdce16;
    content: "";
    display: block;
    width: 100%;
height: 320px;
    top: 100px;
    left: 80px;
    box-shadow: -8px 4px 22px 2px rgba(0, 0, 0, 0.25);
}
.feedback__item {
-ms-align-items: center;
align-items: center;
}
.feedback__info {
    background-color: #fff;
    min-height: 300px;
}
.feedback__info h3, .feedback-modal .modal__info h3 {
    padding: 30px 10px 10px;
    text-align: center;
}
.feedback__img {
    width: 400px;
    height: 400px;
    flex-shrink: 0;
    box-shadow: -13px -15px 22px 2px rgba(0, 0, 0, 0.25);
}
.feedback__img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.feedback .feedback__info p, .feedback-modal p {
    font-size: 16px;
    color: #00141e;
    width: 70%;
}
.feedback-modal p {
    width: 100%;
    font-size: 18px;
    text-align: left;
    text-indent: 5px;
    padding-bottom: 5px;
    margin: 0;
}
.feedback .owl-theme .owl-dots {
    position: absolute;
    top: 110%;
    left: 0;
    right: 0;
}
.feedback .owl-theme .owl-dots .owl-dot span, .about .owl-theme .owl-dots .owl-dot span {
    width: 23px;
    height: 3px;
        background-color: #069;

}
.feedback .owl-theme .owl-dots .owl-dot.active span, .feedback .owl-theme .owl-dots .owl-dot:hover span, .about .owl-theme .owl-dots .owl-dot.active span, .about .owl-theme .owl-dots .owl-dot:hover span {
        background-color: #fdce16;

}
.feedback-more {
    display: block;
    text-decoration: underline;
    color: #cdcdcd;
    font-weight: bold;
    padding-top: 30px;
}

/*----faq----*/

#accordeon {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    text-align: left;
    margin-bottom: 30px;
}

.accordeon__left,
.accordeon__right {
    width: 45%;
}

.acc-head {
    -ms-align-items: center;
    align-items: center;
    height: 50px;
    border: 1px solid #cdcdcd;
    margin-bottom: 10px;
    font-size: 18px;
    padding: 0 5px;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.acc-body {
    display: none;
    margin: 30px 0 20px;
    font-size: 16px;
    padding: 5px;
}

.plus {
    position: relative;
    width: 20px;
    height: 2px;
    background-color: #002975;
    display: inline-block;
    margin:0 25px 0 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    flex-shrink: 0;
}

.plus::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 2px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    background-color: #002975;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.acc-head.open {
    border: 1px solid #fdce16;
    background-color: #fdce16;
}

.open .plus::before {
   transform: rotate(180deg);
}
.faq h3 {
    text-align: center;
    
}
.faq label {
    margin: 15px auto 50px;
    width: 140px;
    height: 50px;
    line-height: 50px;
    display: block;
    background-color: #069;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/*----blog-----*/
.blog-our {
        background-color: #ccc5b9;
    padding-bottom: 50px;
}

.blog-our h2 {
}
.blog__flex {
    justify-content: space-between;
}
.blog__item {
    width: 30%;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    position: relative;
    margin: 0;
}

.blog__thumb {
    position: relative;
    overflow: hidden;
}
.blog__thumb img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 100%;
	object-fit: cover;
}
.blog__thumb .blog__date {
    position: absolute;
    background-color: #069;
    height: 85px;
    width: 50px;
    top: 0;
    right: 10%;
    color: #fff;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
    line-height: 1em;
}
.blog__info {
    background-color: #fff;
margin-top: -4px;
    padding: 10px 10px 25px;
    min-height: 320px;
    position: relative;
}
.blog__info h3 {
    text-align: center;
}

.blog h3 a{
    color: #00141e;
    font-size: 20px;
}
.blog__info .blog__tags {
    text-align: center;
    padding-bottom: 10px;
}
.blog__tags a {
    color: #ccc5b9;
	    padding-right: 5px;
}
.blog__tags a:after {
    content: " /";
}
.blog__tags a:last-child::after {
    display: none;
}
.blog__more a {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-style: italic;
    color: #ccc5b9;
	-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}

/*------footer--------*/

.footer {
background: #2b2828 url(../img/footer-1.jpg) center top no-repeat;
    background-blend-mode: soft-light;
    background-size: cover;
    padding-top: 70px;
}
.footer .container>div {
    width: 50%;
}
.footer__contacts *{
    color: #fffcf2;
}
.footer__contacts h2 {
text-align: left;
}
.footer__contacts h3 {
    padding: 30px 0 15px;
}
.footer__contacts i {
    margin-right: 10px;
}
.footer__contacts p {
    padding-bottom: 10px;
    font-size: 18px;
}
.footer__socnet i {
    margin-right: 30px;
}
.footer__socnet i:before {
    font-size: 28px;
    
}
.footer__form form{
    background-color: rgba(102, 102, 102, .8);
    padding: 25px;
    width: 80%;
    margin: 0 auto 50px;
}
.footer__form label {
    color: #fffcf2;
}

.footer__form input, .footer__form textarea{
    width: 100%;
    height: 30px;
    margin: 5px 0 15px;
    border: 1px solid #00141e;
    background: transparent;
    
}
.footer__form textarea {
    height: 110px;
}
.footer__form input[type="submit"] {
    background-color: #fdce16;
    color: #00141e;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 40px;
    width: 140px;
    border: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.footer__copyright {
    background-color: #00141e;
    text-align: center;
    position: relative;
    padding: 20px 0;
    color: #ccc5b9;
}
.footer__profigramm {
    position: absolute;
    right: 90px;
    bottom: 5px;
}
.footer__profigramm img {
    height: 35px;
    width: auto;
}

/*--------hover----------*/

.header__menu nav li a:hover {
    border-bottom: 1px #069 solid;
    padding-bottom: 4px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
color: #069;
}
.header__bottom-offer label:hover {
	background-color: #00141e; 
}
.header__bottom-offer a:hover {
    margin-right: 30px;
    background-color: transparent; 
    color: #00141e;
    border: 1px solid #00141e; 
}
.main:hover .main__info p:before {
    transform: rotate(180deg);
}
.main__btn a:hover {
    color: #00141e;
    z-index: 1;
}
.main__btn a:hover::after {
    bottom: 0;
}
.main__btn label:hover {
    color: #fff;
}
.main__btn label:hover::after {
    bottom: 0;
    
}
.why__item:hover .circle {
        -webkit-box-shadow: 4px 3px 15px 0px rgba(201,195,201,1);
    -moz-box-shadow: 4px 3px 15px 0px rgba(201,195,201,1);
    box-shadow: 4px 3px 15px 0px rgba(201,195,201,1);
}
.about label:hover {
        background-color: #00141e;
}
.benefits__item:hover .benefits__circle{
    border: 1px solid #069;
}
.benefits__item:hover .benefits__circle div {
        border-bottom: 80px solid #069;
}
.want__item:hover .want__circle {
        box-shadow: 0 0 0px 1px #fdce16;
}
.want__item:hover .want__circle i {
        background-color: #fdce16;
}
.want__item:hover label {
    background-color: #fff;
}
.acc-head:hover {
    background-color: #cdcdcd;
}
.acc-head.open:hover {
        background-color: #ffdd57;

}
.offer__item:hover {
    -webkit-box-shadow: 0px 10px 15px 2px rgba(201,195,201,1);
-moz-box-shadow: 0px 10px 15px 2px rgba(201,195,201,1);
box-shadow: 0px 10px 15px 2px rgba(201,195,201,1);
    margin-top: -10px;
    margin-bottom: 60px;
}
.offer__item:hover label {
        background-color: #fdce16;
    color: #00141e;
}
.faq label:hover {
    background-color: #fdce16;
    color: #00141e;
}
.blog__item:hover {
    margin-top: -10px;
}
.blog__item:hover img{
filter: brightness(0.7);
}
.blog__more a:hover {
	color: #5c5851;
}
.blog__thumb:hover img {
	transform: scale(1.1);
}
.blog__content-more a:hover {
	background-color: #fdce16;
	color: #00141e;
}

.footer__contacts p:hover .flaticon-whatsapp {
    color: #2bd247;
}
.footer__contacts p:hover .flaticon-skype {
    color: #28a8ea;
}
.footer__contacts p:hover .flaticon-telegram {
    color: #2096d4;
}
.footer__contacts p:hover .flaticon-black-back-closed-envelope-shape {
    color: #fdce16;
}

.footer__contacts p a:hover .flaticon-vk-reproductor {
    color: #4a76a8;
}
.footer__contacts p a:hover .flaticon-instagram {
    color: #e4405f;
}
.footer__contacts p a:hover .flaticon-facebook {
    color: #3b5999;
}
.footer__form input[type="submit"]:hover {
    background-color: #069;
    color: #ffffff;
}
.nav-links>*:hover {
	background-color: #fdce16;
}

/*---blog__content--*/
.blog__content {
    background-color: #fff;
}

.blog__content .container{
    padding: 20px 0 30px;
    justify-content: space-between;
    min-width: 800px;
    max-width: 1000px;
}

.blog__content-main {
    width: 65%;
    flex-shrink: 0;
    
}
.blog__content-sidebar {
    flex-shrink: 0;
    width: 30%;
}

.blog__content-main article {
    border-radius: 5px;
    border: 1px solid #cdcdcd;
    padding: 30px 25px 40px;
    margin-bottom: 25px;
}

.blog__content-main article h2, .blog__content h1 {
    text-align: left;
    text-transform: none;
    padding: 0 0 10px;
    font-size: 32px;
        color: #00141e;
    font-family: 'Roboto Condensed', sans-serif;

}
.blog__content-main article h2 a {
        color: #00141e;

}
.blog__content-info {
    color: #ccc5b9;
}
.blog__content-info .comments__count {
    display: inline-block;
    margin-left: 40px;
	color: #ccc5b9;

}
.blog__tags {
    padding-bottom: 25px;
}
.blog__summary {
    padding: 20px 0 15px;
}
.blog__summary a {
	text-decoration: underline;
}
.blog__summary p {
    text-indent: 1.5em;
	font-size: 17px;
    padding-bottom: 25px;
	font-family: 'open sans', sans-serif;
    line-height: 27px;
}
.blog__summary img {
	margin: 10px 0 5px;
	width: 100%;
	height: auto;
}
.blog__summary p.wp-caption-text {
	padding-bottom: 15px;
	font-size: .7em;
	color: #ccc5b9;
}
.toc_number {
	font-weight: bold;
}
.blog__summary ol {
    padding: 0 0 10px 20px;
}
.blog__summary li {
	padding-bottom: 8px;
	    text-indent: 1.5em;
    font-size: 17px;
    font-family: 'open sans',sans-serif;
    line-height: 27px;
	position: relative;
}
.blog__summary .no_bullets ul li:before {
	display: none;
}
.blog__summary ul li:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color:#00141e;
	left: 0;
	top: 9px;
}
.blog__summary label {
	color: rgb(85, 26, 139);
}
.blog__content-main article .blog__summary h2 {
    font-size: 24px;
    padding: 15px 0;
}
.blog__content-main article .blog__summary h3 {
    font-size: 20px;
    padding: 15px 0 10px;
}
.blog__content-more a {
    display: inline-block;
    padding: 10px 35px;
    background-color: #069;
    font-size: 18px;
    color: #fff;
	-webkit-transition: .5s;
-o-transition: .5s;
transition: .5s;
}
.blog__content-sidebar h3 {
    padding-bottom: 20px;
    font-size: 20px;
}
.blog__sos {
    padding-bottom: 50px;
}
.blog__sos .flex {
    -ms-align-items: center;
    align-items: center;
    padding-bottom: 5px;
}
.blog__sos-img {
    flex-shrink: 0;
    margin-right: 10px;
}
.blog__sos-img img {
    width: 45px;
    height: 45px;
}
.blog__sos a {
    color: #000;
}
.blog__socnet {
    overflow: hidden;
}
#vk_groups {
    margin-bottom: 15px;
}
.blog__like {
	align-items: center;
	flex-wrap: wrap;
	padding: 5px 0;
}
.blog__like p {
	padding-right: 10px;
}
.blog__tags-last, .blog__rating {
	padding-bottom: 10px;
}
.blog__tags-last a {
	text-decoration: underline;
	color: #00141e;
}
/*---------modal------------*/


.modal {
    position: fixed;
    z-index: 1;
    top: 0;
    right: 100%;
    bottom: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0,0,0,.2);
    opacity: 0;
    transition: opacity .3s;
}

.modal__check {display: none;}

.modal__info {
    position: relative;
    width: 90%;
    max-width: 450px;
    max-height: 90%;
    padding: 20px 20px 5px;
    background-color: #fff;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.modal__info h3 {
    padding-bottom: 15px;
}
.modal__close {
    font-family: serif;
    position: absolute;
    z-index: 2;
    top: 5px;
    right: 5px;
    width: 25px;
    border-radius: 50%;
    font-size: 36px;
    line-height: 25px;
    text-align: center;
    
}

.modal__closetwo {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.modal__check:checked+.modal {
    opacity: 1;
    right: 0;
}

.button:hover,.modal__close:hover {opacity: 0.7;}
.modal__info::-webkit-scrollbar {display: none;}


.simple-order .modal__info, .simple-traffic .modal__info, .simple-clients .modal__info, .modal-faq .modal__info{
    background-color: rgb(191, 191, 191);
    padding: 25px;
}
.simple-order .modal__info input, .simple-order .modal__info textarea, .simple-traffic .modal__info input, .simple-traffic .modal__info textarea, .simple-clients .modal__info input, .simple-clients .modal__info textarea,
.hard-order .modal__info input, .hard-order .modal__info textarea,
.modal-faq .modal__info input, .modal-faq .modal__info textarea{
    width: 100%;
    height: 30px;
    margin: 5px 0 15px;
    border: 1px solid #00141e;
    background: transparent;
    padding-left: 5px;
}
.hard-order .modal__info input, .hard-order .modal__info textarea {
    border: 1px solid #fff;
    background-color: #fffcf2;
}
.simple-order .modal__info textarea, .simple-traffic .modal__info textarea, .simple-clients .modal__info textarea, .hard-order .modal__info textarea, .modal-faq .modal__info textarea {
    height: 110px;
}

.simple-order .modal__info input[type="submit"], .modal-faq .modal__info input[type="submit"]{
    background-color: #fdce16;
    color: #00141e;
    height: 40px;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 40px;
    width: 140px;
    border: none;
}
.simple-traffic .modal__info input[type="submit"], .simple-clients .modal__info input[type="submit"] {
    width: 180px;
    height: 50px;
    line-height: 50px;
    display: block;
    background-color: #fdce16;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    color: #00141e;
    margin: 0 auto 15px;
    border: none;
}

.hard-order .modal__info {
    background-color: #00141e;
    color: #fff;
    border: 5px solid #fff;
    padding: 25px;
}

.hard-order .modal__info input[type="submit"] {
        background-color: #fdce16;
    color: #00141e;
    margin: 0 auto 15px;
    border: none;
    width: 200px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}




/*-----------burger---------*/

.burger {
    display: none;
    position: relative;
    width: 38px;
    height: 29px
}

.burger span,
.burger span:after,
.burger span:before {
    width: 38px;
    height: 4px;
    background-color: #09144b;
    position: absolute
}

.burger span {
    top: 8px;
    transition: background-color .3s ease-in-out
}

.burger span:after,
.burger span:before {
    content: "";
    transform: rotate(0);
    transition: background-color 1.3s ease-in-out, transform .4s ease-in-out, top .4s ease-in-out
}

.burger span:before {
    top: -8px
}

.burger span:after {
    top: 8px
}

.burger.close span {
    background-color: transparent
}

.burger.close span:before {
    background-color: #069;
    transform: rotate(45deg);
    top: 0
}

.burger.close span:after {
    background-color: #069;
    transform: rotate(-45deg);
    top: 0
}




/* Small Devices, Tablets */
@media only screen and (max-width: 1300px) {
    .header__menu {
        padding-right: 60px;
    }
}
 @media only screen and (max-width: 1150px) {   

     .about .owl-carousel {
         width: 95%;
     }
     .want {
         padding: 30px 0 20px;
     }
     .want__img {
    width: 550px;
    height: 510px;
}
     .want__item:last-child {
         padding-bottom: 40px;
     }
     .offer__items {
         padding-top: 0;
     }
     .offer__item:before {
         display: none;
     }
     
}
@media only screen and (max-width: 1050px) {
        .container, .header__top .container, .header__bottom .container, .blog__content .container {
        max-width: 95vw;
        min-width: 90vw;
    }

    .benefits__items {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .benefits__item {
    width: 35%;
    margin-bottom: 40px;
}
    .want__item {
        width: 235px;
    }
    .owl-carousel .about-item img {
        width: 400px;
        margin: 0 20px;
    }
    .blog__item {
        width: 32%;
    }
    .blog__info {
        min-height: 280px;
    }
    .footer__form form {
        width: 90%;
    }
    .feedback__info .line-grey {
        width: 90%;
    }
}
@media only screen and (max-width: 960px) { 
    .main__text, .main__info {
        width: 80%;
    }
    .main__item {
        padding: 0 10px 0 70px;
    }
    .about-item li:before {
        margin-right: 10px;
    }
    .want {
        padding: 20px 0 40px;
    }
    .want .container {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-around;
        
    }
    .want .container .want__item {
        padding: 25px 0 0;
        width: 40%;
        order: 1;
    }
    .want__item-left, .want__item-right {
        display: none;
    }
    .offer__item {
        width: 35%;
    }
    .feedback__wrapper .container {
        padding: 0 5% 100px;
    }
    .feedback__slider:after {
        left: 40px;
    }
    .feedback .feedback__info p {
        width: 95%;
    }
    .blog__content-main {
        width: 68%;
    }
}

@media only screen and (max-width: 890px) {

    .owl-carousel .about-item img {
        width: 95%;
        display: block;
        margin: 0 auto;
        float: none;
    }
    .owl-carousel .about-item.opposite img {
        float: none;
    }
    .about-item h3 {
        padding: 20px 0 15px;
        text-align: center;
    }
    .feedback__slider {
        padding-top: 20px;
    }
    .feedback__item {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        
    }
    .feedback__info {
        order: 1;
        width: 90%;
        min-height: 250px;
    }
    .feedback__img {
        order: 0;
        width: 90%;
        box-shadow: none;
            height: 440px;
    }
    .feedback-more {
        padding-top: 10px;
    }
    .feedback .owl-theme .owl-dots {
        top: 102%;
    }
    .feedback__slider:after, .feedback__slider:before {
        display: none;
    }
    .accordeon__left, .accordeon__right {
        width: 48%;
    }
    .blog__flex {
        justify-content: space-around;
    }
    .blog__flex .blog__item {
        width: 45%;
    }
    .blog__flex .blog__item:nth-child(3) {
        display: none;
    }
    
    .blog__content-main article {
            padding: 20px 15px 30px;
    }
    .blog__tags {
    padding-bottom: 20px;
}
    .header__bottom-offer a, .header__bottom-offer label {
        padding: 10px 30px;
    text-align: center;
    font-size: 22px;
    }
}

@media only screen and (max-width: 769px) {
    h1 {
        font-size: 70px;
    }
    h1 span {
        padding-left: 55%;
    }
    .burger {
        display: block;
    }
    .header nav, .header-blog nav, .header-single-blog nav {
        position: absolute;
        left: -150%;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
        top: 76px;
    }
    .header nav.show {
        left: 0;
    }
    .header nav ul {
        display: block;
        background-color: #fffcf2;
    }
    .header nav ul li {
        font-size: 18px;
        border-bottom: 1px solid #00141e;
        
    }
    .header nav ul li a {
        display: block;
        padding: 15px 65px 15px 20px;
        margin: 0;
    }
    .header nav ul li a:hover {
        border-bottom: none;
        padding-bottom: 15px;
        background-color: #069;
        color: #fff;
    }
    #main .owl-carousel {
    width: 320px;
}
    .main__item {
        padding: 0 40px;
    }
    .main__info p:before {
    right: 95%;}
    .why__item {
        width: 48%;
        padding-bottom: 30px;
    }
    .why__item .circle {
        margin-bottom: 10px;
    }
    .why__item p {
        width: 95%;
    }
    .want .container .want__item {
        width: 46%;
    }
    .offer__item {
    width: 45%;
}
    .footer__contacts h2 {
        font-size: 36px;
        padding-top: 0;
    }
    .footer__form form {
    width: 100%;
}
    .blog__content-main {
        width: 100%;
    }
    .blog__content-sidebar {
        display: none;
    }
}
@media only screen and (orientation: landscape) and (max-width: 769px) {

    .header .logo img {
        height: 45px;
    }
	.header nav.show {
		top: 61px;
	}
    .main__text {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 700px) {
    .main__info {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-bottom: 80px;
    }
    #main .owl-carousel {
margin: 0 auto;
    }
    .main__btn {
        margin-top: 40px;
        width: 100%;
        justify-content: center;
    }
    .benefits__item {
        width: 45%;
    }
    .accordeon__left, .accordeon__right {
        width: 90%;
        margin: 0 auto;
    }
    .footer .container {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer .container>div {
        width: 80%;
    }
    .footer__contacts h2, .footer__contacts h3, .footer__socnet{
        text-align: center;
    }
    .footer__socnet {
        padding-bottom: 25px;
    }
    .offer__item {
        margin: 0 1% 30px;
    }
    .offer__item:hover {
        margin-bottom: 40px;
    }
    .line-grey+p, .line-yellow+p {
        width: 80%;
    }
    .additionaly__info {
        padding: 0 0 20px;
    }
    .header__bottom {
        padding-top: 55px;
    }
    .header__bottom h1 {
        font-size: 14px;
    }
    .header__bottom-offer a, .header__bottom-offer label {
        font-size: 18px;
    }
    .header__bottom-offer a {
        margin-right: 5px;
    }
}
@media only screen and (max-width: 569px) {
    h1 {
        font-size: 56px;
    }
    .want__img {
        height: auto;
    }
    .want .container .want__item {
        width: 80%;
        padding-bottom: 25px;
    }
    .offer__item {
        width: 94%;
    }
    .blog__flex {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .blog__flex .blog__item {
        width: 95%;
        margin-bottom: 20px;
        
    }
    .blog__info {
        min-height: auto;
        padding-bottom: 40px;
    }
    .header__bottom {
        display: none;
    }
    .header__top .logo {
            transform: scaleY(1);
    }
    .blog__content {
        padding-top: 85px;
    }
    .blog__content-main article h2, .blog__content h1 {
        font-size: 26px;
    }
    .blog__summary p {
        text-indent: 1em;
        padding-bottom: 12px;
    }
    .blog__content-main article .blog__summary h2 {
        font-size: 22px;
    }
    .blog__content-main article .blog__summary h3 {
        font-size: 19px;
    }
    .blog__content-info .comments__count {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 415px) {
    body {
        font-size: 18px;
    }
	.blog__content h1, .blog__content h2, .blog__content h3 {
		text-align: center !important;
	}
	.blog__summary p, .blog__summary li {
		font-size: 20px;
	}
    .header nav ul li a {
        font-size: 20px;
    }
    .header nav {
        width: 80%;
    }
    .main__item {
    padding: 0;
}
    .main__info p:before {
        left: 0;
    right: 0;
}
    .main__text, .main__info {
    width: 90%;
}
    
    h1 span {
        padding-left: 0;
        text-align: right;
    }
    h2 {
        padding-top: 25px;
        font-size: 32px;
    }
    .line-grey+p, .line-yellow+p {
        width: 95%;
        font-size: 16px;
    }
    .why {
        padding-bottom: 40px;
    }
    .why__item {
        width: 100%;
    }
    .why__item h4 {
        font-size: 24px;
        padding: 0;
    }
    .about .owl-carousel {
        margin: 20px auto;
        width: 100%;
    }
    .owl-carousel .about-item img {
        width: 100%;
    }
    .benefits {
        padding-bottom: 30px;
    }
    .benefits__item {
        width: 100%;
    }
    .benefits__item h4 {
    font-size: 24px;
    }
    .plus {
            margin: 0 15px 0 5px;
    }
    .feedback__wrapper .container {
        padding: 0 0 90px;
    }
    .feedback__img {
        height: 350px;
        width: 100%;
    
    }
    .feedback__info {
        min-height: 300px;
                width: 100%;

    }
    .accordeon__left, .accordeon__right {
        width: 100%;
    }
    .footer .container>div {
        width: 100%;
    }
    .footer__profigramm {
        position: static;
        padding-top: 15px;
    }
    .blog__content-main article {
        padding: 10px 5px 15px;
    }
    .blog__content-more {
        text-align: center;
    }

}
@media only screen and (max-width: 361px) {
    h2 {
        font-size: 28px;
    }
    #main .owl-carousel {
        width: 100%;
    }
    .main__info p:before {
        display: none;
    }
    .line-grey, .line-yellow {
        width: 95%;
    }
    .benefits {
        padding-bottom: 0;
    }
    .additionaly__info {
        font-size: 15px;
    }
    .blog__flex .blog__item {
        width: 100%;
    }
    .blog__summary p {
        font-size: 16px;
    }

}