html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

:root {
    font-size: 1.25vw
}


body {
	line-height: 1;
	font-family: Golos;
	font-weight: 400;
	font-size: 0.8438rem;
	--color-basic: #101010;
	--color-white: #fff;
	--color-orange: #fd6848;
	--color-light: #F8f8f8;
	--color-light-gray: #F5F5F5;
	--color-dark-gray: #808080;
	--color-border: #d8d8d8;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


object{outline:none; display:block; overflow:hidden}
textarea{overflow:auto}
iframe{border:0}

sup, sub{line-height:0; font-size:.75em; position:relative; vertical-align:baseline}
sup{top:-0.5em}
sub{bottom:-0.25em}

.section-landing{
	padding: 2.5rem 0;
}

.header{
	padding: 1rem 0;
}

.container{padding: 0 2rem;}
.container-min{padding: 0 1rem;}

.header-flex {
	display: flex;
	margin-left: 4rem;
}

.menu-bt {
	border: solid 1px var(--color-border);
	width: 3.94rem;
	height: 3.94rem;
	border-radius: 1.375rem;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--color-white);
	z-index: 999;
	position: fixed;
}

.menu-bt:hover{background: var(--color-basic);border-color: transparent;border-radius: 100%;}

.menu-bt:hover .one,
.menu-bt:hover .two{
background: var(--color-white);	
}

.menu-bt-icon {}

.menu-bt .one {
	width: 2.5rem;
	height: 0.25rem;
	background-color: var(--color-basic);
	display: flex;
}

.menu-bt .two {
	width: 2.5rem;
	height: 0.25rem;
	background-color: var(--color-basic);
	display: flex;
	margin-top: 0.5rem;
}

.decor {
	height: 4rem;
	width: 2rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.decor svg {
	width: 1rem;
	height: 1rem;
}

.bt-social {
    height: 2rem;
    width: 2rem;
	border: solid 1px var(--color-basic);
	border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bt-social svg {
    width: 1rem;
    height: 1rem;
}

.bt-examples {

}

.bt-order {
}


.logo{
	/*font-family: "Despair Display";
	text-transform: uppercase;
	font-size: 1.75rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid var(--color-basic);*/
	width: 3.94rem;
	height: 3.94rem;
	color: var(--color-white);
	border-radius: 1.375rem;
	display: flex;
	justify-content: center;
	background-color: var(--color-light);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 76%;
	border: 1px solid transparent;
}

.logo-landing {
	background-color: var(--color-basic);
	margin-bottom: 2rem;
}

.background-image: {
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--color-basic);
	display: flex;
	justify-content: center;
	text-align: center;
	background-color: var(--color-light-gray);
}


.logo-text{
	font-size: 1.3rem;
	margin-left: 1rem;
	margin-top: 0.2rem;
	letter-spacing: -0.05rem;
}

.logo-description {
	color: var(--color-dark-gray);
	margin-left: 2rem;
	margin-top: 0.4rem;
}

.header-right {
	display: inline-flex;
	 flex: 1;
	justify-content: flex-end;
}

.btn {
	margin-left: 0.5rem;
	border: solid 1px var(--color-border);
	border-radius: 0.5rem;
	height: 1.9rem;
	width: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 1.25rem;
	position: relative;
}

.btn:hover{
	background: var(--color-light-gray);
	border-color: transparent;
}

.page-content{margin-top: -0.9rem;}

.page-title  {
	font-size: 5.28rem;
	letter-spacing: -0.4rem;
	font-weight: 400;
	line-height: 100%;
	padding-bottom: 2rem;
	position: relative;
	display: flex;
	max-width: 80%;
	/* text-indent: 6rem; */
}

.arrow-container {
	width: 10%;
	position: relative;
}

.slide-buttons {
	display: flex;
	position: absolute;
	bottom: 2rem;
	justify-content: right;
	right: 0;
}


.page-title.services{
	padding-bottom: 1rem;
}

.arrow {
	height: 3rem;
	width: 3rem;
	position: relative;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	flex-wrap: nowrap;
	flex-direction: row;
	margin-left: 0.5rem;
	border: solid 1px var(--color-basic);
	border-radius: 0.5rem;
}

.arrow svg {
	width: inherit;
	height: inherit;
}

.next-slide {
	height: 2rem;
	width: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.title-span{display: flex;align-items: center;}

.title-extra{
	font-size: 2rem;
	text-align: center;
	border: solid 1px var(--color-border);
	border-radius: 1.75rem;
	height: 3.64rem;
	width: auto;
	display: inline-flex;
	align-items: center;
	padding: 0rem 1.5rem 0.28rem 1.5rem;
	margin-left: 1rem;
	letter-spacing: -0.1rem;
	position: relative;
	margin-top: 0.64rem;
}

.title-extra:hover{
	background: var(--color-orange);
	color: var(--color-white);
	border-color: transparent;
}

.row_items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -0.5rem;
}

.row_two .row__col {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    overflow: hidden;
}

.row_three .row__col {
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    position: relative;
    width: 100%;
}

.row_three_slider{
	overflow: hidden;
	flex-wrap: initial;
}

.container-slider{
    overflow: hidden;
}

.row_three.row_three_slider .row__col{
	-ms-flex: 0 0 40%;
	flex: 0 0 40%;
}

.row_three .item {
	position: relative;
	height: 24.44532rem;
	border-radius: 2rem;
}


.row_three .item.item-slide {
	background-color: var(--color-light);
	height: 19rem;
	padding: 2rem;
	font-size: 2rem;
	letter-spacing: -0.05rem;
}

.item-slide .rewiew-flex {
	display: flex;
	width: 100%;
}

.rewiew-flex .name {
	display: flex;
	font-size: 0.8438rem;
	letter-spacing: 0;
	color: var(--color-basic);
	margin-left: 0.5rem;
}

.item-slide .avatar {
	width: 4rem;
	height: 4rem;
	background: no-repeat;
	border-radius: 10rem;
	background-position: center;
	background-size: cover;
}

.item-slide .figure {
	padding-bottom: 1rem;
}

.item-slide .text {
	width: 90%;
	padding: 1rem 0;
	font-size: 1.5rem;
	font-weight: 100;
	line-height: 125%;
	/* letter-spacing: 0; */
}

.item-slide .bottom-bt {
	position: absolute;
	bottom: 2rem;
	width: 100%;
	left: 0;
	right: 0;
}

.item-slide .bottom-bt .bottom-bt-content{
	padding: 0 2rem;
}

.item-slide .bottom-bt .bottom-bt-content .bt-slide {
	border: solid 1px var(--color-basic);
	text-align: center;
	justify-content: center;
	display: flex;
	height: 3rem;
	align-items: center;
	font-size: 0.8438rem;
	letter-spacing: 0;
	border-radius: 0.75rem;
}

.bt-slide:hover {
	background: var(--color-basic);
	border-color: transparent;
	color: var(--color-white);
}

.gallery-background {
    width: 100%;
    height: 100%;
    background-size: 58%;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.content {
}

.row_two .item,
.row_three .item{
    margin: 0 0.5rem;
}

.price-item .order-btn {
    border: solid 1px var(--color-basic);
}

.item.img {display: flex;justify-content: center;text-align: center;background-color: var(--color-light-gray);}

.two-blocks .item {
	position: relative;
	height: 30rem;
	border-radius: 2rem;
	padding: 2.32rem 2rem;
	letter-spacing: -.15rem;
}

.two-blocks .item.landing-bg-img {
	height: 39rem;
}

.two-blocks .item.price-item{
	background: var(--color-light);
	height: auto;
}

.two-blocks .item .bottom{position: absolute;width: 100%;bottom: 0;left: 0;right: 0;}

.two-blocks .item .bottom .bottom-content{
	position: relative;
	padding: 2rem;
}

.first-item {
	
}

.second-item {
	
}

.third-item {
	
}

.gallery-two-col {
	background-size: 80%;
}

.gallery-three-col {
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: inherit;
}

.orange {
	background-color: var(--color-orange);
	color: #fff;
	}

.item-text {
	font-size: 3rem;
	padding-bottom: 2rem;
	width: 60%;
	line-height: 100%;
}

.order-btn {
	border: solid 1px var(--color-white);
	border-radius: 1rem;
	font-size: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 4rem;
	flex-direction: row;
	position: relative;
	letter-spacing: -.125rem;
}

.order-btn:hover{
	background: var(--color-basic);
	border-color: transparent;
	color: var(--color-white);
}

.button-wrapper {
	display: flex;	
	justify-content: center;
	margin-top: 2rem;
}

.chat-btn {
	border: solid 1px var(--color-border);
	border-radius: 1rem;
	font-size: 2.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 20rem;
	height: 4rem;
	flex-direction: row;
	letter-spacing: -0.125rem;
	position: relative;
}

.chat-btn:hover{
	background: var(--color-orange);
	color: var(--color-white);
	border-color: transparent;
}

.item-buttons {
	display: flex;
}

.item-btn {
	width: 10.625rem;
	height: 3rem;
	font-size: 1.6563rem;
	border: 2px solid var(--color-white);
	border-radius: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 1rem;
}

.question-item {
	background-color: var(--color-light);
	padding: 1.5rem;
	border-radius: 1.5rem;
	font-size: 2.5rem;
	letter-spacing: -0.08rem;
	position: relative;
	display: flex;
	margin-bottom: 0.5rem;
}

.question-item:hover {
	background: var(--color-white);
	border-color: transparent;
	color: var(--color-basic);
	outline: 1px solid;
}

.question-item .question-left {
	width: 95%;
}
.question-item .question-right {
	width: 5%;
	display: flex;
	justify-content: flex-end;
}

.question-item .question-right.plus-svg {background-position: center;background-size: contain;width: 3rem;height: 3rem;}


.footer-flex {
	display: flex;
	font-size: 1.6563rem;
}

.grid.one {
	width: 50%;
}

.grid.two {
	width: 50%;
}

.services-info-item {
	display: flex;
	border-bottom: solid 1px var(--color-dark-gray);
	height: 5.5rem;
	align-items: center;
	letter-spacing: -0.08rem;
	position: relative;
}

.services-info-item:hover{
	color: var(--color-orange);
	border-color: transparent;
	box-shadow: 0 0.2rem 0px -1px var(--color-orange);
	-webkit-box-shadow: 0 0.2rem 0px -1px var(--color-orange);
	-moz-box-shadow: 0 0.2rem 0px -1px var(--color-orange);
}

.service-info-left {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	overflow: hidden;
	font-size: 2rem;
}

.service-info-right {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	overflow: hidden;
	text-align-last: end;
	font-size: 1.5rem;
}

.transition {
    -moz-transition: transform .3s ease-in-out,color .3s ease-in-out,opacity .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out,border-radius .3s ease-in-out,fill .3s ease-in-out;
    -webkit-transition: transform .3s ease-in-out,color .3s ease-in-out,opacity .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out,border-radius .3s ease-in-out,fill .3s ease-in-out;
    transition: transform .3s ease-in-out,color .3s ease-in-out,opacity .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out,box-shadow .3s ease-in-out,border-radius .3s ease-in-out,fill .3s ease-in-out, padding .3s ease-in-out;
    animation: none;
}

.link-absolute {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0
}

.price-item .top{
	
}

.price-item .center{
	padding: 2rem 0;
	letter-spacing: -0.02rem;
}

.price-item .price-name{
	font-size: 3.0625rem;
	padding-bottom: 1rem;
}

.price-item .price-flex{
	display: flex;
	width: 100%;
	align-items: center;
}

.price-item .price-value{
	font-size: 3.36rem;
	padding-bottom: 1rem;
	color: var(--color-orange);
}

.price-item .old-price{
	letter-spacing: -0.04rem;
	margin-left: 1.5rem;
	margin-top: -0.5rem;
	font-size: 110%;
}

.price-item .old-price-value{
	padding-bottom: 0.25rem;
	text-decoration: line-through;
}

.price-item .old-price-text{
	color: var(--color-dark-gray);
}

.price-item .text-min{
	padding-bottom: 1rem;
	color: var(--color-dark-gray);
}

.price-item .about-items-content{
}

.price-item .about-item{
	background: var(--color-white);
	margin: 0.25rem;
	font-size: 2rem;
	display: inline-flex;
	padding: 1rem;
	border-radius: 1rem;
	letter-spacing: -0.125rem;
}

.about-item.orange {
	background-color: var(--color-orange);
}

.two-blocks .item.price-item .bottom{
	position: relative;
}

.footer {
	margin: 2rem 0;
}

.footer-flex .grid .footer-heading {
	color: var(--color-dark-gray);
	padding-bottom: 1rem;
}

.footer-flex .grid .footer-text {
	
}

.order-btn.footer-btn {
	border: 1px solid;
	font-size: 1.6563rem;
}

.footer-copyright {
	display: flex;
	margin-top: 2rem;
}

.footer-copyright-logo {
	margin: 0 0 1rem 0;
}

.colortext {
	color: var(--color-dark-gray);
}

.flex {
    display: flex;
}

.aligner {
	width: 90%;
}