::selection {
    background: #26c7c9;
    color: #fff;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0;
	font-family: 'Noto Sans', sans-serif;
}
html {
	height: 100%;
}
body{
    color: #404040;
    font-size: 18px;
    padding: 0;
	position: relative;
	margin: 0;
    text-align: left;
	font-family: 'Noto Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #fff;
    background: #f8f8f8;
}
h1, h2, h3, h4, h5, h6 {
	margin:0;
	line-height:120%;
	display:block;
}
div{
    display:block;
}
img {
	border: 0 none;
	max-width: 100%;
}
ul, ol {
    margin:0;
    padding:0;
}
h1, h2 {
    font-size:32px;
    font-weight:normal;
}
h3 {
    font-size: 28px;
    font-weight: normal;
    position: relative;
}
h4 {
	font-size:24px;
	font-weight:bold;
}
h5 {
	font-size:24px;
	font-weight:normal;
}
h6 {
    font-size:20px;
    font-weight:bold;
}
a {
	color:#26c7c9;
	outline: none;
	text-decoration:none;
}
table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 30px 0;
}
table tbody tr,
table thead tr {
    border: 1px solid #e1e1e1;
}
table th,
table td {
    padding: 5px 10px;
}
.container{
	margin:0 auto;
    padding: 0;
    min-width: auto;
	width:1200px;
}
.wrapper {
	margin: 0 auto;
    padding: 0;
    min-width: auto;
	max-width: 1920px;
}
.container:before, .container:after{
	display:table;
	content:"";
	line-height:0;
}
.container:after{
	clear:both;
}
.clear {
	clear:both;
	float:none;
	margin:0;
	padding:0;
	height:0;
}
.form-field,
.formField {
    margin: 10px 0;
    width: 100%;
    display: block;
}
.form-field label,
.formField label,
.form-field p,
.formField p {
    display: block;
    margin-bottom: 5px;
    font-size: 14px;
}
/* для элемента input c type="checkbox" */
.custom-checkbox>input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox>span {
  display: inline-flex;
  align-items: center;
  user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox>span::before {
  content: '';
  display: inline-block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #adb5bd;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

/* стили при наведении курсора на checkbox */
.custom-checkbox>input:not(:disabled):not(:checked)+span:hover::before {
  border-color: #b3d7ff;
}

/* стили для активного чекбокса (при нажатии на него) */
.custom-checkbox>input:not(:disabled):active+span::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

/* стили для чекбокса, находящегося в фокусе */
.custom-checkbox>input:focus+span::before {

}

/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
.custom-checkbox>input:focus:not(:checked)+span::before {
  border-color: #80bdff;
}

/* стили для чекбокса, находящегося в состоянии checked */
.custom-checkbox>input:checked+span::before {
  border-color: #26c7c9;
  background-color: #26c7c9;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.form_head {
    font-size: 24px;
    margin-bottom: 10px;
}
.fancybox-content {

}
.popup {
    display: none;
    padding: 30px;
}
.popup_title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin: 0 0 10px;
    padding: 0 0 5px;
    border-bottom: 1px solid #eee;
    font-family: 'Oswald', sans-serif;
}
#call {
    max-width: 320px;
}
.wpcf7-not-valid-tip {
    color: #c92626;
    font-size: 12px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    border-color: #26c7c9;
    margin: 0;
    font-size: 12px;
}
.contakt_person {
    font-size: 10px;
}
input[type="text"],
input[type="email"],
input[type="date"],
input[type="time"],
input[type="password"],
input[type="phone"],
input[type="tel"],
textarea,
select {
    height: auto;
    color: #707070;
    font-size: 13px;
    outline: none;
    padding: 5px 10px;
    border: none;
    border: 1px solid #404040;
    width: 100%;
    background: transparent;
    text-align: left;
    -webkit-appearance: none;
    font-family: 'Noto Sans', sans-serif;
}
input[type="text"]:focus::-webkit-input-placeholder {opacity:0;}
input[type="text"]:focus::-moz-placeholder          {opacity:0;}
input[type="text"]:focus:-moz-placeholder           {opacity:0;}
input[type="text"]:focus:-ms-input-placeholder      {opacity:0;}
input[type="email"]:focus::-webkit-input-placeholder {opacity:0;}
input[type="email"]:focus::-moz-placeholder          {opacity:0;}
input[type="email"]:focus:-moz-placeholder           {opacity:0;}
input[type="email"]:focus:-ms-input-placeholder      {opacity:0;}
input[type="date"]:focus::-webkit-input-placeholder {opacity:0;}
input[type="date"]:focus::-moz-placeholder          {opacity:0;}
input[type="date"]:focus:-moz-placeholder           {opacity:0;}
input[type="date"]:focus:-ms-input-placeholder      {opacity:0;}
input[type="time"]:focus::-webkit-input-placeholder {opacity:0;}
input[type="time"]:focus::-moz-placeholder          {opacity:0;}
input[type="time"]:focus:-moz-placeholder           {opacity:0;}
input[type="time"]:focus:-ms-input-placeholder      {opacity:0;}
input[type="password"]:focus::-webkit-input-placeholder {opacity:0;}
input[type="password"]:focus::-webkit-input-placeholder {opacity:0;}
input[type="password"]:focus::-moz-placeholder          {opacity:0;}
input[type="password"]:focus:-moz-placeholder           {opacity:0;}
input[type="password"]:focus:-ms-input-placeholder      {opacity:0;}
input[type="phone"]:focus::-webkit-input-placeholder {opacity:0;}
input[type="phone"]:focus::-webkit-input-placeholder {opacity:0;}
input[type="phone"]:focus::-moz-placeholder          {opacity:0;}
input[type="phone"]:focus:-moz-placeholder           {opacity:0;}
input[type="phone"]:focus:-ms-input-placeholder      {opacity:0;}
input[type="tel"]:focus::-webkit-input-placeholder {opacity:0;}
input[type="tel"]:focus::-webkit-input-placeholder {opacity:0;}
input[type="tel"]:focus::-moz-placeholder          {opacity:0;}
input[type="tel"]:focus:-moz-placeholder           {opacity:0;}
input[type="tel"]:focus:-ms-input-placeholder      {opacity:0;}
textarea:focus::-webkit-input-placeholder {opacity:0;}
textarea:focus::-webkit-input-placeholder {opacity:0;}
textarea:focus::-moz-placeholder          {opacity:0;}
textarea:focus:-moz-placeholder           {opacity:0;}
textarea:focus:-ms-input-placeholder      {opacity:0;}
input[type="submit"]{
	outline:none;
	cursor:pointer;
	font-family: 'Noto Sans', sans-serif;
	-webkit-appearance: none;
}
textarea{
    height: 80px;
}
input[type="text"]:focus,input[type="email"]:focus,input[type="password"]:focus,input[type="tel"]:focus,textarea:focus{
    border-color: #26c7c9;
}

::-webkit-input-placeholder {color:#263238;}
::-moz-placeholder          {color:#263238;}
:-moz-placeholder           {color:#263238;}
:-ms-input-placeholder      {color:#263238;}


a.btn, .btn {
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 100%;
    padding: 20px 60px;
    cursor: pointer;
    display: inline-block;
    border: none;
    border-radius: 0px;
    outline: none;
    transition: all 200ms ease;
    background: #26c7c9;
    color: #fff;
    clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 100% 0%, 85% 100%, 0% 100%, 0% 80%, 0% 0%);
    font-family: 'Oswald', sans-serif;
}
a.btn:hover, .btn:hover {
    background: #c7c7c7;
}
a.btn.btn_black, .btn.btn_black {
    background: #000;
}

.section_box {
    padding: 100px 0;
}
.main_h3 {
    position: relative;
    font-size: 36px;
    text-align: center;
    margin-bottom: 0px;
    font-family: 'Oswald', sans-serif;
}
.main_h3 span {
    position: relative;
    padding: 10px 20px;
    font-family: 'Oswald', sans-serif;
}
.main_h3 span:before {
    position: absolute;
    content: "";
    bottom: 1px;
    left: 0px;
    height: 10px;
    width: 10px;
    background: #26c7c9;
    transition: all .4s ease-in-out;
}
.main_h3:hover span:before {
    left: 100%;
}
.main_h3 span:after {
    position: absolute;
    content: "";
    bottom: 6px;
    left: 0px;
    width: 100%;
    border-top: 1px solid #26c7c9;
}
.main_after_h3 {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    margin-top: 30px;
}


@media (min-width: 768px) and (max-width: 1200px){
	.container{
		width: 738px;
	}
    .main_h3 {
        font-size: 26px;
    }
}
@media (max-width: 768px){
	.container{
		width: 320px;
		width: 100%;
		padding: 0 20px;
	}
    .section_box {
        padding: 60px 0;
    }
    .main_h3 {
        font-size: 26px;
    }
    .main_after_h3 {
        font-size: 16px;
    }
    a.btn, .btn {
        padding: 8px 30px;
        line-height: 140%;
    }
}


/*Header*/
header {
    background: #eeeeee;
}
.header_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
}

.logo {
    font-size: 30px;
    line-height: 20px;
    font-weight: bold;
    text-transform: uppercase;
    color: #404040;
}
.logo span{
    font-family: 'Oswald', sans-serif;
    font-size: 13.6px;
    color: #26c7c9;
}
a.header_phone_link {
    display: block;
    font-size: 16px;
    padding: 10px 30px;
}
.header_whatsapp {

}
.header_whatsapp_link{
    font-size: 30px;
    background: #00e676;
    color: #fff;
    padding: 10px 13px;
    border-radius: 5px;
}
.header_nav {

}
.header_nav ul {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    list-style-type: none;
}
.header_nav a {
    display: block;
    font-size: 16px;
    padding: 10px 20px;
    color: #404040;
}
.header_nav a:hover {
    color: #26c7c9;
}
.header_time {
    text-align: right;
    font-size: 14px;
}

/*Мобильное меню*/
.mob_menu{
    display: none;
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: #fff;
    border: 1px solid #26c7c9;
    top: 12px;
    right: 15px;
    margin: 0;
    cursor: pointer;
    outline: none;
}

.mob_menu span{
    width: 20px;
    left: auto;
    right: 5px;
    height: 1px;
    background-color: #26c7c9;
    backface-visibility: hidden;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute;
}
.mob_menu span.mob_menu_line_01 {
    top: 9px;
}
.mob_menu span.mob_menu_line_02 {
    top: 16px;
    width: 15px;
}
.mob_menu span.mob_menu_line_03 {
    top: 23px;
}

.mob_menu.active span.mob_menu_line_02 {
    transition: background .3s 0s ease-in-out;
    background: transparent;
}
.mob_menu.active span.mob_menu_line_01 {
    top: 15px;
    transform: rotate(45deg);
}
.mob_menu.active span.mob_menu_line_03{
    top: 15px;
    transform: rotate(-45deg);
}
@media (min-width: 768px) and (max-width: 1200px){
    .header_nav {
        display: none;
    }
}
@media (max-width: 768px){
	.mob_menu{
		display: block;
	}
    .header_box {
        flex-wrap: wrap;
    }
    .header_nav,
    .header_phone,
    .header_whatsapp,
    a.header_call {
        display: none;
    }
    .header_nav.active,
    .header_phone.active,
    .header_whatsapp.active,
    a.header_call.active {
        display: block;
    }
    .header_nav {
        flex: 0 0 100%;
    }
    .header_nav ul {
        display: block;
    }
    .header_nav a {
        padding: 4px 0px;
    }
    div.header_phone {
        flex: 0 0 100%;
    }
    a.header_phone_link {
        max-width: 300px;
        padding: 0;
    }
    .header_time {
        text-align: left;
    }
    .header_whatsapp {
        margin: 15px 0;
    }
}
/*Section 1*/
.top_section {
    background-position: top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 0;
}
.top_section:before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000000;
    opacity: .5;
    z-index: 1;
}
.top_section_box {
    position: relative;
    z-index: 11;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    height: calc(100vh - 75px);
    text-align: center;
    justify-content: center;
}
.top_section_content {

}
.top_h1 {
    text-align: center;
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Oswald', sans-serif;
}
.top_descript {
    text-align: center;
    margin-top: 20px;
    font-size: 26px;
    color: #fff;
}
.top_section_btn {
    text-align: center;
    margin-top: 20px;
}
.top_section_after {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
}
.top_section_after a {
    color: #fff;
}
@media (min-width: 768px) and (max-width: 1200px){

}
@media (max-width: 768px){
    .top_section_box {
        display: block;
        height: auto;
        padding: 60px 0;
    }
    .top_h1 {
        font-size: 22px;
    }
    .top_descript {
        font-size: 20px;
    }
}
/*О нас*/
.section_about {
    padding-bottom: 0;
}
.about_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
}
.about_image {
    -webkit-flex: 0 0 500px;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    position: relative;
}

.about_image:before {
    position: absolute;
    content: "";
    bottom: 20px;
    right: 20px;
    height: 100px;
    width: 1px;
    background: #fff;
}
.about_image:after {
    position: absolute;
    content: "";
    bottom: 20px;
    right: 15px;
    width: 10px;
    height: 10px;
    background: #fff;
}
.about_image img {

}
.about_content {
    -webkit-flex: 0 0 500px;
    -ms-flex: 0 0 500px;
    flex: 0 0 500px;
    margin-right: 100px;
}
.about_text {
    margin-top: 60px;
}
.about_more{
    margin-top: 15px;
}
.about_more a{
    color: #404040;
    font-weight: bold;
    border-bottom: 1px dotted #404040;
    padding: 0;
    display: inline-block;
    line-height: 120%;
}
.about_more a:hover {
    border-bottom-color: transparent;
}
@media (min-width: 768px) and (max-width: 1200px){
    .about_image {
        -webkit-flex: 0 0 300px;
        -ms-flex: 0 0 300px;
        flex: 0 0 300px;
        margin-right: 50px;
    }
    .about_content {
        -webkit-flex: 0 0 350px;
        -ms-flex: 0 0 350px;
        flex: 0 0 350px;
    }
    .about_text {
        margin-top: 30px;
        font-size: 14px;
    }
}
@media (max-width: 768px){
    .about_box {
        display: block;
    }
    .about_image {
        display: none;
    }
    .about_content {
            margin-right: 0;
    }
    .about_text {
        margin-top: 30px;
        font-size: 14px;
    }
}






/*slider*/
.slider{

}
.slide{
    position: relative;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
}
.slide:before {
    position: absolute;
    content:"";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5;
    z-index: 1;
}
.slide_box{
    height: 450px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}
.slide_content{

}
.header_title{
    font-size: 80px;
    color: #fff;
}
.header_description{
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    margin-top: 15px;
}
.header_btn {
    margin-top: 30px;
}
.slider.owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1100px){
    .header_title {
        font-size:40px;
    }
}
@media (max-width: 768px){
    .header_title {
        font-size: 26px;
    }
    .header_description {
        font-size: 18px;
    }
}

/*service*/
#service {

}
.service_box{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.service_item{
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin: 20px 1.5%;
    text-align: center;
    padding: 15px;
    transition: all .2s linear;
    position: relative;
}
.service_item:hover {
    background: #eee;
}
.service_image {

}
.service_item_title {
    font-size: 18px;
    font-weight: bold;
    margin: 10px 0;
    text-align: center;
    transition: all .2s linear;
    position: relative;
    z-index: 15;
}
.service_item:hover .service_item_title {

}
.service_item_text{
    font-size: 20px;
    margin-top: 15px;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 15px;
    padding: 10px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
    background: rgba(255, 255, 255, 0.9);
    transition: all .2s linear;
    opacity: 0;
}
.service_item:hover .service_item_text {
    opacity: 1;
}
.service_item_btn {
    transition: all .2s linear;
    opacity: 0;
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
}
.service_item_btn a {
    width: calc(100% - 30px);
}
.service_item:hover .service_item_btn {
    opacity: 1;
    z-index: 20;
}
@media (min-width: 768px) and (max-width: 1100px){
    .service_item_text {
        font-size: 14px;
    }
}
@media (max-width: 768px){
    .service_box {
        display: block;
    }
}





/*Партнеры*/
#partners {
    background: #eee;
}
.section_content{

}
.partners_box{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 60px;
}
.partners_item{
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
    position:relative;
    margin: 25px 0;
    padding: 0px 20px;
    transition: all .2s linear;
}
.partners_icon{
    height: 70px;
    position:relative;
}
.partners_icon img {
    max-height: 40px;
    max-width: none;
    position: absolute;
    left: 0;
    bottom: 15px;
    transition: all .2s linear;
}
.partners_item:hover .partners_icon img {

}
.partners_btn {
    margin-top: 30px;
    text-align: center;
}
@media (min-width: 768px) and (max-width: 1100px){

}
@media (max-width: 768px){
    .partners_box {

    }
    .partners_item {
        max-width: 50%;
        flex: 0 0 50%;
        margin: 0;
        padding: 0;
    }
    .partners_icon img {
        max-height: 20px;
    }
}


/*Проблемы*/
.section_problems {

}
.problem_box {
    margin-top: 80px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.problem-item {
    background: #f0f2f4;
    cursor: pointer;
    position: relative;
    max-width: 255px;
    max-height: 270px;
    margin: 0px 0 30px 30px;
}
.problem-item .problem-item-title {
    color: #26c7c9;
    padding: 25px 10px;
    font-weight: 500;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    font-family: 'Oswald', sans-serif;
}
.problem-item .problem-item-title:after {
    content: '';
    border-top: 9px solid #bac2c6;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    transition: .3s;
}
.problem-item.active .problem-item-title:after {
    border-top: 9px solid #26c7c9;
    transform: rotate3d(1, 0, 0, 180deg);
    -webkit-transform: rotate3d(1, 0, 0, 180deg);
}
.problem-item .problem-item-desc {
    padding: 20px;
    position: absolute;
    z-index: 10;
    background: #f0f2f4;
    width: 100%;
    display: none;
}
.problem-item.active .problem-item-desc {
    display: block;
}
.problem-item .problem-item-desc .problem-item-desc-title {
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 10px;
}
.problem-item .problem-item-desc .problem-item-body {
    margin-bottom: 15px;
}
.problem-item .problem-item-desc .problem-item-desc-title {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
}
.problem-item .problem-item-desc .problem-item-body * {
    font-size: 14px;
}
.problem-item .problem-item-desc .problem-item-body ul {
    list-style-position: inside;
}
.problem-item .problem-item-desc .problem-item-desc-time .problem-item-desc-time-fields {
    color: #bac2c6;
    padding-left: 10px;
    font-size: 14px;
    border-left: 1px solid #bac2c6;
}
.problem-btn {
    margin-top: 15px;
}
.problem-btn .btn {
    display: block;
    padding-left: 10px;
    padding-right: 10px;
}
@media (min-width: 768px) and (max-width: 1100px){

}
@media (max-width: 768px){
    .problem-item {
        max-width: 100%;
        margin: 0 auto;
    }
}


/*advantage*/
#advantage {

}
.advantage_box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
}
.advantage_item {
    -webkit-flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    margin: 20px 1.5%;
    text-align: center;
    padding: 15px;
    transition: all .2s linear;
    position: relative;
}
.advantage_item:hover {
    background: #eee;
}
.advantage_icon{
    font-size: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    background: #26c7c9;
    color: #fff;
    transition: all .2s linear;
}
.advantage_item:hover .advantage_icon {
    font-size: 40px;
}
.advantage_item i {
    transition: all .2s linear;
}
.advantage_item:hover i {
    transform: rotate(360deg);
}
.advantage_icon {

}
.advantage_text{
}
.advantage_title {
    font-family: 'Oswald', sans-serif;
    font-size: 26px;
    margin-top: 15px;
    line-height: 30px;
}
.advantage_info {
    font-size: 14px;
    margin-top: 15px;
}
.advantage_phone {
    text-align: center;
    padding: 60px 0;
}
.advantage_phone_title {
    font-size: 24px;
}
.advantage_phone_num {
    font-size: 50px;
    font-weight: bold;
}
@media (min-width: 768px) and (max-width: 1100px){
    .advantage_title {
        font-size: 18px;
    }
    .advantage_info {
        font-size: 12px;
    }
}
@media (max-width: 768px){
    .advantage_box {
        display: block;
    }
    .advantage_item {
        text-align: left;
        padding: 10px 0;
        margin: 10px 0;
        max-width: 100%;
    }
    .advantage_phone {
        text-align: left;
        padding: 30px 0;
    }
    .advantage_phone_title {
        font-size: 20px;
    }
    .advantage_phone_num {
        font-size: 30px;
    }
}
/*Отзывы*/
#review {
    background: #149597 url(../img/img_auth.png);
}
#review h3 {
    color: #fff;
}
#review h3 span::before,
#review h3 span::after {
    background-color: #fff;
    border-color: #fff;
}
.review_box {
    position: relative;
    margin-top: 60px;
}
.review_item {
    text-align: center;
}
.review_name {
    font-size: 26px;
    font-weight: 300;
    color: #fff;
}
.review_text,
.review_text * {
    margin: 5px 0 0;
    font-size: 18px;
    color: #fff;
    text-shadow: 1px 1px 0px #26c7c9, -1px 1px 0px #26c7c9;
}
#review .owl-theme .owl-dots .owl-dot.active span,
#review .owl-theme .owl-dots .owl-dot:hover span {
    background: #fff;
}
.review_btn {
    text-align: center;
    margin-top: 60px;
}
.review_btn a {
    background: #fff;
    color: #26c7c9;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #26c7c9;
}
@media (min-width: 768px) and (max-width: 1100px){

}
@media (max-width: 768px){

}
/*Соцсети*/
#social {
    background: #f5f5f5;
    padding: 30px 0;
}
.social_box {

}
.social_row {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.social_item {
    font-size: 30px;
    margin: 0px 15px;
}
.social_item a {

}
@media (min-width: 768px) and (max-width: 1100px){

}
@media (max-width: 768px){

}

/*footer*/

footer {
    background: #444;
    padding:20px 0;
}
.footer_row {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}
.footer_col {

}
.footer_logo {
    color: #fff;
}
.footer_logo .logo {
    color: #fff;
}
.footer_copiryght {
    font-size: 12px;
    color: #767676;
    text-align: center;
}
.footer_contakt {
    color: #fff;
    font-size: 30px;
}
.footer_btn {

}


@media (min-width: 768px) and (max-width: 1100px){

}
@media (max-width: 768px){
    .footer_row {
        display: block;
    }
    .footer_contakt {
        color: #fff;
        font-size: 24px;
        margin: 15px 0;
    }
    .footer_copiryght {
        text-align: left;
        margin: 15px 0 0;
    }
}
