* {
	margin: 0;
	padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;#
    -webkit-box-sizing: border-box;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
    line-height: 1;
    outline: none;
}
footer,
header,
section {
    display: block;
}
body {
    background-color: #fff;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #333;
    -webkit-animation: fade-in 1s linear;
    -moz-animation: fade-in 1s linear;
    -o-animation: fade-in 1s linear;
    animation: fade-in 1s linear;
}
@-webkit-keyframes fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@-moz-keyframes    fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@-o-keyframes      fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
@keyframes         fade-in {   0% { opacity: 0; }   100% { opacity: 1; }   }
section {
    padding: 45px 0;
    overflow: hidden;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
	color: #ccc;
}
img {
	max-width: 100%;
	height: auto;
}
h1,
h2 {
	font-weight: 500;
	position: relative;
	color: #333;
}
h1 {
	margin-bottom: 30px;
	font-size: 28px;
}
h2 {
	font-size: 26px;
	margin-bottom: 20px;
}
.jidaki {
    width: 1140px;
    max-width: 100%;
    margin: 0 auto;
    cursor: default;
    position: relative;
}
.qybi {
    text-align: center;
}
.right {
	text-align:right;
}
.jisyco {
	display: grid;
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}
.siryv {
	align-items: center;
}
.fufotef {
	grid-template-columns: repeat(2,1fr);	
}
.cols-3 {
	grid-template-columns: repeat(3,1fr);	
}
.cols-4 {
	grid-template-columns: repeat(4,1fr);			
}
.cols-6 {
    grid-template-columns: repeat(6,1fr);           
}
.cols-1-2 {
	grid-template-columns: 33% 1fr;		
}
.cols-1-2-1 {
    grid-template-columns: 25% 1fr 25%;     
}
.fejabe a {
	display: inline-block;
	padding: 15px 25px;
	background-color: #ec3942;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
    font-weight: 400;
	letter-spacing: 1.3px;
	border-radius: 5px;
}
td.fejabe a {
	padding: 3px 6px;
	border-radius: 4px;	
	font-size: 14px;
	text-transform: none;
}
.fejabe a:hover {
	background-color: #333;
	color: #fff;
}
.fede {
    position: relative;
}
/* Header */
.katu {
	padding: 10px 0 0;
    width: 100%;
    height: 100vh;
    max-height: 450px;
    border-radius: 0 0 0 100px;
    background-image: url(img/top.jpg);
    background-size: cover;
    background-position: center;
    overflow: hidden;
}
.nuxava img {
    height: 50px;
    width: auto;
}
.tc-item {
    color: #fff;
    display: inline-block;
}
.top-contacts svg {
    height: 16px;
    width: 16px;
    fill: #ec3942;
    position: relative;
    top: 2px;
}
.color {
    color: #ec3942;
}
.menu {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.menu a {
    color: #fff;
}
.menu a:hover {
    color: #fc3d47;
}
/* Intro */
.pygaj {
    padding: 0;
    color: #fff;
    width: 100%;
    height: 100%;
    margin-top: 0;
}
.pygaj img {
    height: 350px;
}
.pygaj sup {
    background: #ec3942;
    width: 40px;
    height: 2px;
    display: inline-block;
    top: 2px;
    left: 5px;
    position: relative;
}
.tajizy {
    font-size: 40px;
    color: #ec3942;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 15px; 
}
.supslogan {
    color: #999;
}
.supslogan,
.supslogan {
    margin-bottom: 25px;    
}
.tajizy,
.qygytoz {
    max-width: 800px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 1);
}
.qygytoz {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 40px;
}
/* Middle */
section p {
	line-height: 1.5;
	margin-bottom: 15px;
}
.sup-title {
    color: #ec3942;
    font-weight: 500;
    padding-left: 35px;
    font-size: 17px;
    margin-bottom: 7px;
}
.sup-title span:before,
.sup-title.qybi span:after {
    content: '';
    position: absolute;
    display: block;
    height: 1px;
    width: 20px;
    background-color: #ec3942;
    top: 9px;
}
.sup-title span:before {
    left: -35px;
}
.sup-title.qybi {
    padding-left: 0;
}
.sup-title.qybi span:after {
    right: -35px;
}
.sub-title {
    max-width: 650px;
    margin: 0 auto;
    line-height: 1.3;
    font-size: 15px;
    margin-top: -10px;
    margin-bottom: 20px;
    color: #555;
}
.kadifof-item {
    font-weight: 400;
    padding: 15px;
    border-radius: 10px;
    background: #f7f7f7;
    border: 1px solid #f1f1f1;
}
.kadifof-item:hover {
    box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.1);
}
.dacof {
    padding: 20px 60px 60px 20px;
    border-radius: 30px 10px;
}
.dacof:before {
    background-color: #eee;
    content: '';
    left: 0px;
    top: 0px;
    z-index: -1;
    position: absolute;
    width: 210px;
    height: 180px;
}
.dacof img,
.dacof:before {
    border-radius: 30px 10px;
}
.dacof:after {
    content: '';
    right: 0px;
    bottom: 0px;
    z-index: -1;
    position: absolute;
    width: 40%;
    height: 60%;
    background-image: url(img/dot-pattern.png);
    background-repeat: repeat;
}
.kadifof-item svg {
    height: 45px;
}
.service-item svg,
.kadifof-item svg {
    display: block;
    fill: #ec3942;
    width: auto;
    margin: 0 auto 10px;   
}
.service-item svg {
    height: 55px;
}
h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
}
.fituku,
.reviews {
    background-color: #f6f6f6;
}
.promo-block {
    background-image: url(img/promobg.png);
    background-size: cover;
    background-position: center;
    padding: 30px 0;
    color: #fff;
}
.promo-block .promo-title {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
}
.promo-txt {
    line-height: 1.4;
}
.promo-txt a {
    color: #becdda;
    font-weight: 500;
}
strong {
    font-weight: 500;
    line-height: 1.2;
}
@media (min-width: 1024px) {
    .step-num::before {
        position: absolute;
        left: 100px;
        top: 24px;
        height: 1px;
        width: 190px;
        content: "";
        background: #ccc;
    }
}
.top-contacts svg {
    height: 16px;
    width: 16px;
    fill: #ec3942;
    position: relative;
    top: 2px;
}
.subtitle {
    line-height: 1.3;
}
/* Table */
table {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #f5a3a6;
    padding: 5px;
    border-radius: 10px
    table-layout: fixed;
}
thead th {
    font-weight: 500;
    text-align: left;
    border: none;
    padding: 10px 15px;
    background: #e6e6e6;
    font-size: 15px;
    color: #000;
    text-transform: uppercase;
}
tbody td {
    text-align: left;
    border: none;
    padding: 10px 15px;
    font-weight: 400;
    font-size: 15px;
    vertical-align: top;
    line-height: 1.3;
}
td {
    width: 25%;
}
td a {
    color: #ec3942;
	word-wrap: anywhere;
}
tbody tr:nth-child(even){
    background: #e6e6e6;
}
tbody tr td:first-child {
    border-radius: 8px 0 0 8px;
}
tbody tr td:last-child {
    border-radius: 0 8px 8px 0;
}
@media screen and (max-width: 667px) {
    table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }
    table tr {
        display: block;
        margin-bottom: .625em;
    }
    table td {
        display: block;
        width: 100%;
        padding: 5px;
    }
    tbody tr:nth-child(even) {
        background: transparent;
    }
    tbody td:nth-child(odd) {
        font-weight: 500;
    }
    table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }
    table td:last-child {
        border-bottom: 0;
    }
}
/* Footer */
.bykedy {
    padding: 15px 0;
    background: #253441;
    color: #ccc;
    font-size: 13px;
}
.bykedy .jidaki {
    line-height: 1.3;
}
.bykedy svg {
    width: 37px;
    height: 37px;
    stroke: #ec3942;
    margin-right: 10px;
    float: left;
    margin-top: -3px;
}
.kekiky {
	background: #19232c;
    font-size: 14px;
	font-weight: 300;
}
.kekiky .jidaki {
    padding: 20px 0;
}
.kekiky,
.kekiky a {
    color: #f4f4f4;
}
.kekiky .menu,
.kekiky .menu li {
    display: inline-block;
}
.kekiky .menu li {
    margin-left: 10px;
}
.kekiky .menu li:first-child {
    margin-left: 0;
}
/* Back to top button */
#sytuf {
	position: fixed; 
	z-index: 999; 
	display: none; 
	bottom: 50px; 
	right: 15px;
	color: #fff; 
	background: #4d4d4d; 
	text-align:center;
	cursor: pointer;
	border-radius: 5px;
}
#sytuf,
#sytuf svg {
	fill: #fff;
	height: 40px;
	width: 40px;
}
#sytuf:hover{
	background: #ec3942;
}
@media (min-width: 1024px) {
    body {
        min-height: 100vh;
        display: grid;
        grid-template-rows: auto 1fr auto;
        grid-template-columns: 100%;
    }  
}
@media (max-width: 1099px) {
    .jidaki {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 812px) {
    .katu {
        height: auto;
    }
    .katu,
    .kekiky,
    .kekiky .right {
        text-align: center;
    }
    .pygaj {
        height: auto;
        text-align: left;
    }
    .pygaj .jidaki {
        top: 0;
        transform: none;
        height: auto;
    }
	.cols-4 {
		grid-template-columns: repeat(2,1fr);			
	}
    .kekiky .fufotef,
    .cols-1-2,
    .kadifof > .jidaki.fufotef {
        grid-template-columns: repeat(1,1fr);
    }
    .cols-1-2-1 {
        grid-template-columns: 10% 1fr 33%;
    }
}
@media (min-width: 551px) and (max-width: 812px) {
    .tinat {
        display: none;
    }
    .pygaj .fejabe {
        margin-left: 50px;
    }
}
@media (max-width: 667px) {
    .fufotef,
    .cols-3,
    .cols-1-2-1 {
        grid-template-columns: repeat(1,1fr);
    }
    .cols-6 {
        grid-template-columns: repeat(2,1fr);
    }
    .right,
    .kekiky {
        text-align: center;
    }
    .mb-hide,
    .top-contacts .mb-hide {
        display: none;
    }
    .top-contacts {
        display: grid;
        grid-template-columns: repeat(2,1fr);
        font-size: 17px;
    }
    .top-contacts .fejabe {
        max-width: 200px;
        margin: 0 auto;
    }
    .top-contact {
        margin-bottom: 10px;
    }
    .dacof {
        padding: 20px 30px 30px 20px;
    }
    .pygaj {
        padding: 40px 0;
    }
    .pygaj img {
        display: none;
    }
    .supslogan, 
    .tajizy {
        margin-bottom: 20px;
    }
    .tajizy {
        font-size: 28px;
    }
    .qygytoz {
        font-size: 16px;
    }
}
@media (max-width: 550px) {
    .top-contacts {
        display: block;
    }
    .fufotef .fufotef {
        grid-template-columns: repeat(1,1fr);        
    }
    .cols-6 {
        grid-template-columns: repeat(1,1fr);
    }
    .katu .menu {
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 350px;
        margin-left: auto;
        margin-right: auto;
    }
    .menu .fejabe {
        width: 100%;
        margin-top: 15px;
    }
	.content img {
		float: none;
		width: 100%;
		margin: 0 0 15px;
	}
}