body {
    font-family: roboto;
    width: 100%;
    margin: 0px;
    padding: 0px;

}
.front {
    background-image: url(yacht3.jpg);
    background-size: cover;
    height: 1200px;
    background-position-y: bottom;
    display: flow-root;
    background-position-x: center;
    filter: contrast(1.2);
}
.front-content {
    width: 600px;
    margin: auto;
    text-align: center;
    margin-top: 30px;
    display: flow-root;
    box-shadow: 0px 0px 18px 5px #0000004d;
    height: 1000px;
}
h1 {
    color: white;
}
.h1-1 {
    margin-top: 60px;
    font-size: 40px;
    text-transform: uppercase;
}
h1 svg {
    margin-top: -62px;
}
.h1-3 {
    margin-top: -63px;
    font-size: 35px;
}
.text-kater {

}
.front-description {
    width: 90%;
    margin: auto;
    font-size: 25px;
    font-weight: 300;
    color: #f2ffbe;
    font-family: 'Caveat';
    text-shadow: 2px 2px 1px #888888eb;
}
.front-number {
    color: white;
    text-decoration: none;
    width: 290px;
    text-align: center;
    display: flow-root;
    margin: auto;
    padding: 10px 0px;
    font-size: 23px;
    border: 3px solid white;
    margin-top: 40px;
    font-weight: 900;
    font-family: Poiret One;
    transition: 0.4s;
}
.front-number:hover {
    background: aliceblue;
    color: cornflowerblue;
}
.left {
    position: absolute;
    top: 0px;
    left: 100px;
    width: 200px;
}
.right {
    position: absolute;
    top: 0px;
    right: 100px;
    width: 200px;
}
.left .item {
    margin-top: 100px;
}
.right .item {
    margin-top: 100px;
}
h4 {
    font-family: 'Caveat';
    font-size: 30px;
    margin: 0px;
    text-align: center;
    color: aquamarine;
}
.item p {
    text-align: center;
    color: #fffaf094;
    margin-top: 5px;
}
.dop-funy {
    background: #20366d;
    display: flow-root;
    background: linear-gradient(
0deg
, rgb(10 22 31) 0%, #20366d 100%);
}
h2 {
    text-align: center;
    color: white;
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 100;
    margin-top: 45px;
}
.dop-items {
    max-width: 1300px;
    margin: auto;
    margin-top: 50px;
    display: flow-root;
    margin-bottom: 30px;
}
.dop {
    width: 600px;
    margin: 10px 25px;
    float: left;
    background: #00000014;
    height: 409px;
    border-radius: 1px;
    box-shadow: 0px 0px 2px 1px #0000002e;
}
.dop-img {
    width: 370px;
    overflow: hidden;
    height: 185px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 8px;
    border-radius: 19px;
}
.dop-img img {
    width: 100%;
}
.dop-title {
    width: 90%;
    margin: auto;
    text-align: center;
    color: #ffed94;
    font-weight: 500;
    font-size: 25px;
}
.dop-description {
    width: 90%;
    margin: auto;
    margin-top: 12px;
    color: #ffffff;
    font-weight: 500;
    font-size: 16px;
}
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  #ui {
    position: absolute;
    top: -25px;
    left: 37px;
    width: 500px;
    height: 500px;
}
#ui .sun {
    position: absolute;
    top: 50%;
    left: 167px;
    width: 300px;
    height: 150px;
    margin: -150px 0 0 -150px;
    border-radius: 300px 300px 0 0;
    background: red;
    z-index: 999;
    filter: blur(0px) contrast(10);
}
#ui .sea {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 340px;
    height: 400px;
    margin: -250px 0 0 -250px;
    background: #000000;
    filter: blur(10px) contrast(30);
}
#ui .sea .wave {
    position: absolute;
    top: 64%;
    left: 50%;
    width: 340px;
    height: 40px;
    margin: -20px 0 0 -170px;
    background: red;
    border-radius: 100%;
}
#ui .sea .wave:nth-child(2) {
    animation: wave 2000ms infinite linear -500ms;
}
#ui .sea .wave:nth-child(3) {
    animation: wave 2000ms infinite linear -1000ms;
}
#ui .sea .wave:nth-child(4) {
    animation: wave 2000ms infinite linear -1500ms;
}
#ui .sea .wave:nth-child(5) {
    animation: wave 2000ms infinite linear -1500ms;
}
#ui .sea .wave:nth-child(6) {
    animation: wave 2000ms infinite linear -2000ms;
}
@keyframes wave {
    0% {
      transform: translateY(0) sclae(1) rotateZ(0);
    }
    50% {
      transform: translateY(80px) scale(0.5) rotateZ(5deg);
    }
    100% {
      transform: translateY(120px) scale(0) rotateZ(-40deg);
    }
  }
  .romance {
    width: 1000px;
    margin: auto;
    background: black;
    height: 400px;
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    margin-bottom: 50px;
    box-shadow: 0px 0px 0 6px #ff2d84;
}
.more {
    position: absolute;
    background: rgb(0 0 0);
    background: linear-gradient(
0deg
, rgb(0 0 0) 0%, rgb(0 34 202 / 32%) 100%);
    width: 100%;
    height: 44.5%;
    bottom: 0px;
}
.romance-text {
    width: 500px;
    color: white;
    right: 35px;
    position: absolute;
    top: 55px;
}
.romance-text .title {
    font-size: 40px;
    color: #ff2d84;
    margin-bottom: 43px;
}
.romance-text .description {
    font-size: 17px;
}
.katers {
    background: aliceblue;
    display: flow-root;
    padding: 50px;
    background: linear-gradient( 
0deg
 , rgb(240 248 255) 0%, rgb(255 255 255) 100%);
}
.katers-left {
    width: 100%;
    max-width: 600px;
    display: flow-root;
    margin: auto;
    margin-bottom: 50px;
}
.katers-title {
    font-size: 42px;
    color: #45b4ce;
    font-weight: 500;
    margin-bottom: 20px;
}
.katers-description {
    font-size: 19px;
}
.katers li {
    font-size: 24px;
    color: cadetblue;
}
.katers-right {
    width: 45%;
    float: right;
    overflow: hidden;
    display: flow-root;
}
.katers-right img {
    width: 100%;
    margin-bottom: 10px;
}
.price {
    background: #b8deff;
    display: flow-root;
    padding-top: 45px;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 408px;
    background: linear-gradient(
0deg
, rgb(255 131 131) 0%, rgb(240 248 255) 100%);
}
.price-title {
    text-align: center;
    font-size: 29px;
    color: #45b4ce;
}
.price-price {
    text-align: center;
    color: darkcyan;
    font-size: 40px;
    font-weight: 500;
    margin-top: 6px;
}
.line {
    width: 238px;
    height: 3px;
    background: darkcyan;
    margin: auto;
}
.price-description {
    font-style: oblique;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    color: #00000070;
}
.ocean { 
    height: 5%;
    width:100%;
    position:absolute;
    bottom:0;
    left:0;
    background: #015871;
}
.ocean .wave {
background: url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/85486/wave.svg) repeat-x; 
position: absolute;
top: -198px;
width: 6400px;
height: 198px;
animation: waves 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) infinite;
transform: translate3d(0, 0, 0);
}
.ocean .wave:nth-of-type(2) {
    top: -175px;
    animation: waves 7s cubic-bezier( 0.36, 0.45, 0.63, 0.53) -.125s infinite, swell 7s ease -1.25s infinite;
    opacity: 1;
  }
@keyframes waves {
    0% {
        margin-left: 0;
    }
    100% {
        margin-left: -1600px;
    }
}

@keyframes swell {
    0%, 100% {
        transform: translate3d(0,-25px,0);
    }
    50% {
        transform: translate3d(0,5px,0);
    }
}
.contacts {
    height: 600px;
    background: #015871;
    color: white;
    display: flow-root;
}
.contacts-title {
    margin-top: 20px;
    font-size: 40px;
    text-align: center;
}
.boat {
    top: 32%;
    left: 43%;
    margin-top: -75px;
    position: absolute;
    margin-left: -105px;
}
.boat .wrap {
    margin: auto;
    width: 221px;
    height: 112px;
    overflow: hidden;
    position: relative;
    padding: 50px 0 0 25px;
}
.boat .main{
	bottom:-3px;
	position:relative;
	-webkit-animation:boat-start 1s infinite;
	animation:boat-start 1s infinite;
}
.boat .boat-top-layer .top:before,
.boat .boat-top-layer .top:after,
.boat .boat-top-layer .top .pole:before,
.boat .boat-top-layer .top .pole:after,
.boat .boat-top-layer .top .help:before,
.boat .boat-top-layer .top .help:after,
.boat .boat-top-layer .top .help span:before,
.boat .boat-top-layer .top .help span:after,
.boat .boat-top-layer .bottom:before,
.boat .boat-top-layer .bottom:after,
.boat .boat-mid-layer .top:before,
.boat .boat-mid-layer .top:after,
.boat .boat-mid-layer .bottom:before,
.boat .boat-mid-layer .bottom:after,
.boat .boat-bot-layer .top:before,
.boat .boat-bot-layer .top:after,
.boat .boat-bot-layer .bottom:before,
.boat .boat-bot-layer .bottom:after,
.boat .water .drop:before,
.boat .water .drop:after{
	content:'';
	position:absolute;
}

/* top - top */
.boat .boat-top-layer .top{
	left:70px;
	width:55px;
	height:30px;
	position:relative;
	border:2px solid #fff;
}
.boat .boat-top-layer .top:before,
.boat .boat-top-layer .top:after{
	background:#fff;
}
.boat .boat-top-layer .top:before{
	top:50%;
	left:-2px;
	height:2px;
	width:inherit;
	margin-top:-1px;
}
.boat .boat-top-layer .top:after{
	top:-30px;
	width:2px;
	right:-2px;
	height:35px;
}
.boat .boat-top-layer .top .pole{
	width:2px;
	left:-2px;
	z-index:1;
	height:50px;
	bottom:-8px;
	background:#fff;
	position:absolute;
}
.boat .boat-top-layer .top .pole:before,
.boat .boat-top-layer .top .pole:after{
	position:absolute;
	background:inherit
}
.boat .boat-top-layer .top .pole:before{
	top:-5px;
	left:50%;
	width:15px;
	height:8px;
	border-radius:4px;
	margin-left:-7.5px;
}
.boat .boat-top-layer .top .pole:after{
	bottom:0;
	left:30px;
	width:2px;
	height:35px;
}
.boat .boat-top-layer .top .help{
	z-index:1;
	width:30px;
	height:30px;
	margin-top:-2px;
	margin-left:-1px;
	position:relative;
	border-radius:50%;
	border:8px solid #f04850;
}
.boat .boat-top-layer .top .help:before,
.boat .boat-top-layer .top .help:after{
	top:50%;
	left:50%;
	position:absolute;
	background:rgba(0,0,0,.3);
}
.boat .boat-top-layer .top .help:before{
	height:2px;
	width:inherit;
	margin-top:-1px;
	margin-left:-15px;
}
.boat .boat-top-layer .top .help:after{
	width:2px;
	height:inherit;
	margin-top:-15px;
	margin-left:-1px;
}
.boat .boat-top-layer .top .help span{
	top:-2px;
	width:14px;
	height:14px;
	overflow:hidden;
	border-radius:50%;
	position:relative;
	display:inline-block;
}
.boat .boat-top-layer .top .help span:before,
.boat .boat-top-layer .top .help span:after{
	top:50%;
	left:50%;
	z-index:1;
	background:#fff;
	position:absolute;
}
.boat .boat-top-layer .top .help span:before{
	width:2px;
	height:inherit;
	margin-top:-7px;
	margin-left:-1px;
}
.boat .boat-top-layer .top .help span:after{
	height:2px;
	width:inherit;
	margin-top:-1px;
	margin-left:-7px;
}

/* top - bottom */
.boat .boat-top-layer .bottom{
	left:55px;
	height:5px;
	width:75px;
	position:relative;
	background:#688b77;
	border-radius:5px 3px 0 0;
}
.boat .boat-top-layer .bottom:before,
.boat .boat-top-layer .bottom:after{
	background:#fff;
}
.boat .boat-top-layer .bottom:before{
	left:8px;
	top:-30px;
	width:5px;
	height:35px;
	-webkit-transform:skewX(-25deg);
	transform:skewX(-25deg);
}
.boat .boat-top-layer .bottom:after{
	bottom:0;
	left:30px;
	width:2px;
	height:85px;
}

/* middle - top */
.boat .boat-mid-layer .top{
	left:60px;
	width:70px;
	height:20px;
	position:relative;
	background:#222e28;
	border-top:5px solid #fff;
	border-right:5px solid #fff;
}
.boat .boat-mid-layer .top:before{
	top:-5px;
	left:-10px;
	width:18px;
	height:inherit;
	background:inherit;
	border-top:inherit;
	border-right:inherit;
	border-left:5px solid #fff;
	-webkit-transform:skewX(-25deg);
	transform:skewX(-25deg);
}
.boat .boat-mid-layer .top:after{
	top:-5px;
	width:5px;
	height:5px;
	right:-10px;
	background:#fff;
	border-radius:0 3px 3px 0;
}
/* middle - bottom */
.boat .boat-mid-layer .bottom{
	left:25px;
	width:105px;
	height:12px;
	background:#fff;
	position:relative;
}
.boat .boat-mid-layer .bottom:before{
	left:-5px;
	width:10px;
	height:inherit;
	background:inherit;
	border-radius:3px 0 0 0;
	-webkit-transform:skewX(-25deg);
	transform:skewX(-25deg);
}
.boat .boat-mid-layer .bottom:after{
	top:3px;
	right:5px;
	height:5px;
	width:20px;
	background:#d0e2d7;
}


/* bottom - top */
.boat .boat-bot-layer .top{
	left:-10px;
	height:5px;
	width:180px;
	position:relative;
	background:#688b77;
	border-radius:5px 5px 0 0;
}
.boat .boat-bot-layer .top:before,
.boat .boat-bot-layer .top:after{
	width:5px;
	height:5px;
	bottom:100%;
	background:#222e28;
	border-radius:2px 2px 0 0;
}
.boat .boat-bot-layer .top:before{
	left:10px;
}
.boat .boat-bot-layer .top:after{
	right:25px;
}
/* bottom - bottom */
.boat .boat-bot-layer .bottom{
	width:180px;
	height:25px;
	position:relative;
	border-radius:2px;
	background:#222e28;
}
.boat .boat-bot-layer .bottom:before{
	left:-15px;
	width:25px;
	height:25px;
	background:inherit;
	border-radius:inherit;
	-webkit-transform:skewX(25deg);
	transform:skewX(25deg);
}
.boat .boat-bot-layer .bottom:after{
	top:-13px;
	left:28px;
	width:5px;
	height:5px;
	border-radius:50%;
	background:inherit;
}

.boat .water {
    bottom: 0;
    left: 84px;
    position: absolute;
}
.boat .water .drops{
	width:300px;
	height:22px;
	position:relative;
}
.boat .water .drop{
	left:0;
	bottom:0;
	background:#fff;
	position:absolute;
}
.boat .water .drop:before,
.boat .water .drop:after{
	background:inherit;
	border-radius:inherit;
}
.boat .water .drop.drop-a,
.boat .water .drop.drop-b,
.boat .water .drop.drop-e,
.boat .water .drop.drop-f,
.boat .water .drop.drop-g{
	height:5px;
	border-radius:3px 3px 0 0;
}
.boat .water .drop.drop-a{
	width:10px;
}
.boat .water .drop.drop-b,
.boat .water .drop.drop-e,
.boat .water .drop.drop-f,
.boat .water .drop.drop-g{
	left:15px;
	width:22px;
}
.boat .water .drop.drop-c{
	left:37px;
	width:32px;
	height:7px;
	border-radius:6px 6px 0 0;
}
.boat .water .drop.drop-c:before,
.boat .water .drop.drop-c:after,
.boat .water .drop.drop-d:before,
.boat .water .drop.drop-d:after,
.boat .water .drop.drop-g:before{
	width:2px;
	height:2px;
	border-radius:50%;
}
.boat .water .drop.drop-c:before{
	left:0;
	top:-5px;
}
.boat .water .drop.drop-c:after{
	top:-8px;
	right:5px;
	width:4px;
	height:4px;
}
.boat .water .drop.drop-d{
	left:68px;
	width:25px;
	height:10px;
	border-radius:10px 10px 0 0;
}
.boat .water .drop.drop-d:before{
	top:-8px;
	left:8px;
}
.boat .water .drop.drop-d:after{
	top:-2px;
	right:-8px;
}

.boat .water .drop.drop-e{
	left:93px;
}
.boat .water .drop.drop-f{
	width:50px;
	left:115px;
	height:4px;
}
.boat .water .drop.drop-g{
	left:auto;
	right:75px;
	width:40px;
	height:2.5px;
}
.boat .water .drop.drop-g:before{
	top:-5px;
	left:-5px;
}
.boat .water .drop.drop-g:after{
	left:100%;
	width:12px;
	height:inherit;
}
.boat .water .drop.drop-h{
	left:auto;
	right:25px;
	height:2px;
	width:25px;
}
.boat .water .drop.drop-h:before,
.boat .water .drop.drop-h:after{
	height:inherit;
}
.boat .water .drop.drop-h:before{
	left:30px;
	width:10px;
}
.boat .water .drop.drop-h:after{
	left:45px;
	width:4px;
}

.boat .water .drops-2{
	bottom:0;
	left:30px;
	position:absolute;
}
.boat .water .drops-2 .drop.drop-a{
	width:15px;
	border-radius:5px 5px 0 0;
}
.boat .water .drops-2 .drop.drop-b{
	height:10px;
	border-radius:10px 10px 0 0;
}
.boat .water .drops-2 .drop.drop-c:before{
	left:10px;
	top:-10px;
}
.boat .water .drops-2 .drop.drop-c:after{
	top:-12px;
	right:-25px;
}
.boat .water .drops-2 .drop.drop-d{
	height:8px;
}
.boat .water .drops-2 .drop.drop-d:before{
	top:-15px;
	left:35px;
}
.boat .water .drops-2 .drop.drop-d:after{
	top:-8px;
	right:-55px;
}
.boat .water .drops-2 .drop.drop-g:before{
	right:0;
	top:-10px;
	left:auto;
}
.boat .water .drops-2 .drop.drop-h{
	bottom:0;
	width:10px;
	left:auto;
	height:5px;
	right:45px;
	border-radius:5px 5px 0 0;
}
.boat .water .drops-2 .drop.drop-h:before,
.boat .water .drops-2 .drop.drop-h:after{
	display:none;
}

.drops-1{
	-webkit-animation:blink .8s linear infinite;
	animation:blink .8s linear infinite;
}
.drops-2{
	-webkit-animation:blink 1.6s linear infinite;
	animation:blink 1.6s linear infinite;
}

@-webkit-keyframes boat-start{
	0%{
		-webkit-transform:none;
		transform:none;
	}
	50%{
		-webkit-transform:translateY(4px);
		transform:translateY(4px);
	}
	100%{
		-webkit-transform:none;
		transform:none;
	}
}
@keyframes boat-start{
	0%{
		transform:none;
	}
	50%{
		transform:translateY(4px);
	}
	100%{
		transform:none;
	}
}

@-webkit-keyframes blink{
	25%{
		visibility:hidden;
	}
	50%{
		visibility:hidden;
	}
	100%{
		visibility:visible;
	}
}
@keyframes blink{
	25%{
		visibility:hidden;
	}
	50%{
		visibility:hidden;
	}
	100%{
		visibility:visible;
	}
}
.contacts-left {
    width: 50%;
    float: left;
    position: relative;
    height: 88%;
}
.contacts-right {
    width: 50%;
    float: right;
    padding-top: 79px;
}
.contacts-description {
    font-size: 21px;
    margin-bottom: 20px;
}
.tele {
    font-size: 31px;
    margin-bottom: 20px;
    color: #ffcc00;
    display: flow-root;
    text-decoration: none;
    transition: 0.4s;
}
.tele:hover {
    color: #eba524;
}
.katers-right .katers-ohota {
    width: 42.3%;
    float: right;
}
.katers-two {
    width: 54%;
    float: left;
}
.katers-two img {
    
}
.katers-galery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.katers-galery img {
    margin: 5px;
    height: 300px;
    width: auto;
}
.popup { 
    position: relative; 
} 
.popup-div {
    display: none; 
    position: fixed; 
    justify-content: center; 
    align-items: center; 
    top: 0; 
    left: 0; 
    right: 0; 
    bottom: 0; 
    background-color: rgba(0, 0, 0, 0.8); 
    z-index: 1000;
}
.popup-div img {
    max-height: 95%; 
    max-width: 95%; 
}
@media only screen and (max-width: 1300px) {
    .dop {
        width: 450px;
        height: 372px;
    }
    .dop-img {
        width: 276px;
        height: 137px;
    }
    .dop-items {
        max-width: 1000px;
    }
    .left {
        left: 30px;
    }
    .right {
        right: 30px;
    }
    .front {
        height: 1015px;
    }
    .front-content {
        height: 825px;
    }
    .katers-right {
        margin-right: 10px;
    }
    .katers-galery img {
        height: 200px;
    }
}
@media only screen and (max-width: 1200px) {

}
@media only screen and (max-width: 1100px) {
    .left {
        left: 5px;
    }
    .right {
        right: 5px;
    }
}
@media only screen and (max-width: 1000px) {
    .left {
        display: none;
    }
    .right {
        display: none;
    }
    .dop-2 {
        margin: auto;
    }
    .dop {
        width: 90%;
        float: none;
        margin: auto;
        background: #ffffff0f;
        height: 226px;
        border-radius: 1px;
        box-shadow: none;
        margin-bottom: 20px;
    }
    .dop-img {
        float: right;
        margin-right: 10px;
        border-radius: 3px;
        width: 380px;
        height: 190px;
        margin-top: 18px;
    }
    .dop-title {
        float: left;
        width: calc(100% - 400px);
        margin-left: 10px;
        margin-top: 15px;
        display: flow-root;
        margin-bottom: 10px;
    }
    .dop-description {
        width: calc(100% - 430px);
        float: left;
        margin-left: 10px;
    }
    .romance {
        width: 600px;
        height: 541px;
    }
    #ui {
        left: 131px;
    }
    .more {
        height: 59.5%;
    }
    .romance-text {
        top: 251px;
    }
    .katers-left {
        width: 49%;
    }
    .contacts-left {
        width: 100%;
        height: 150px;
    }
    .boat {
        top: 62%;
    }
    .contacts-right {
        width: 90%;
        float: none;
        padding-top: 228px;
        margin: auto;
    }
    .contacts {
        height: auto;
        padding-bottom: 100px;
    }

}
@media only screen and (max-width: 900px) {
    .katers-galery img {
        height: 170px;
    }
}
@media only screen and (max-width: 800px) {
    .dop-img {
        float: none;
        margin-right: 0px;
        border-radius: 3px;
        width: 100%;
        height: auto;
        margin-top: 0px;
    }
    .dop {
        width: 90%;
        max-width: 500px;
        height: auto;
        padding-bottom: 10px;
        display: flow-root;
    }
    .dop-title {
        width: 100%;
        margin: auto;
        margin-bottom: 10px;
    }
    .dop-description {
        width: 90%;
        margin: auto;
        margin-bottom: 20px;
        display: flow-root;
        float: none;
    }
    .romance-text .title {
        font-size: 35px;
        margin-bottom: 21px;
        line-height: 36px;
    }
    .romance-text {
        top: 301px;
    }
    .katers-left {
        width: 100%;
    }
    .katers-right img {
        width: 80%;
        margin: auto;
        margin-bottom: 10px;
        display: flow-root;
    }
    .katers-right {
        width: 100%;
        max-width: inherit;
    }
}
@media only screen and (max-width: 700px) {
    .katers-galery img {
        height: auto;
        width: 100%;
    }
}
@media only screen and (max-width: 600px) {
    .front-content {
        box-shadow: none;
    }
    .front-content {
        width: 400px;
        overflow: hidden;
    }
    .h1-1 {
        margin-top: 30px;
        font-size: 29px;
    }

    .text-kater {
        font-size: 67px!important;
    }
    h1 svg {
        margin-top: -88px;
        margin-left: 15px;
    }
    .h1-3 {
        margin-top: -70px;
        font-size: 27px;
        font-weight: 300;
    }
    .front {
        height: 886px;
    }
    .romance {
        width: 300px;
        height: 524px;
    }
    #ui {
        left: -17px;
    }
    .romance-text {
        top: 273px;
        width: auto;
        margin: 0px 10px;
    }
    .romance-text .title {
        font-size: 24px;
        margin-bottom: 11px;
        line-height: 25px;
        font-weight: 600;
    }
    .contacts {
        overflow: hidden;
    }
}
@media only screen and (max-width: 500px) {
    .katers-right {
        margin: auto;
    }
    .price-description {
        font-size: 12px;
    }
    .katers-right img {
        width: 95%;
    }
}
@media only screen and (max-width: 400px) {
    .front-content {
        width: 280px;
    }
    .h1-1 {
        margin-top: 16px;
        font-size: 21px;
    }
    h1 svg {
        margin-top: -96px;
        margin-left: -24px;
    }
    .h1-3 {
        font-size: 23px;
    }
    .front-number {
        width: 250px;
        margin-top: 18px;
        font-size: 19px;
    }
    h2 {
        font-size: 30px;
        margin-top: 10px;
    }
    .katers {
        padding: 20px;
    }
    .tele {
        font-size: 28px;
        margin-bottom: 13px;
    }
    .contacts-description {
        font-size: 19px;
        margin-bottom: 11px;
    }
    .text-kater {
        font-size: 59px!important;
    }
}